coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case enabledWhenSupported:
return 0;
case disabled:
return 1;
case enabledWithFullResolutionWhenSupported:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case enabledWhenSupported:
return 0;
case disabled:
return 1;
case enabledWithFullResolutionWhenSupported:
return 2;
}
}