coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case rings:
return 0;
case disks:
return 1;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case rings:
return 0;
case disks:
return 1;
}
}