coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case off:
return 0;
case recenter:
return 1;
case navigation:
return 2;
case compassNavigation:
return 3;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case off:
return 0;
case recenter:
return 1;
case navigation:
return 2;
case compassNavigation:
return 3;
}
}