menu
touch_service_plugin package
documentation
models.dart
TouchType
getByValue static method
getByValue static method
dark_mode
light_mode
getByValue
static method
TouchType
?
getByValue
(
int
value
)
Implementation
static TouchType? getByValue(int value) => allTypes.where((e) => e.value == value).firstOrNull;
touch_service_plugin package
documentation
models
TouchType
getByValue static method
TouchType class