coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case upSample:
return 0;
case blank:
return 1;
case show_:
return 2;
case unknown:
return -1;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case upSample:
return 0;
case blank:
return 1;
case show_:
return 2;
case unknown:
return -1;
}
}