menu
dgis_mobile_sdk_full package
documentation
dgis.dart
State
getByValue static method
getByValue static method
dark_mode
light_mode
getByValue
static method
State
getByValue
(
int
value
)
Implementation
static State getByValue(int value) { return State.values.firstWhere((x) => x.rawValue == value); }
dgis_mobile_sdk_full package
documentation
dgis
State
getByValue static method
State enum