coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case add:
return 0;
case new_:
return 1;
case subtract:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case add:
return 0;
case new_:
return 1;
case subtract:
return 2;
}
}