coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case begin:
return 0;
case end:
return 1;
case beginAndEnd:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case begin:
return 0;
case end:
return 1;
case beginAndEnd:
return 2;
}
}