coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case idsOnly:
return 0;
case minimum:
return 1;
case loadAll:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case idsOnly:
return 0;
case minimum:
return 1;
case loadAll:
return 2;
}
}