coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case all:
return 0;
case none:
return 1;
case useFilter:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case all:
return 0;
case none:
return 1;
case useFilter:
return 2;
}
}