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