coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case available:
return 0;
case none:
return 1;
case indeterminate:
return -1;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case available:
return 0;
case none:
return 1;
case indeterminate:
return -1;
}
}