coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case exclude:
return 0;
case include:
return 1;
case useAuthoredSettings:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case exclude:
return 0;
case include:
return 1;
case useAuthoredSettings:
return 2;
}
}