coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case overlap:
return 0;
case dissolve:
return 1;
case split:
return 2;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case overlap:
return 0;
case dissolve:
return 1;
case split:
return 2;
}
}