menu
js_bindings package
documentation
bindings/web_locks.dart
LockMode
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
LockMode
fromValue
(
String
value
)
Implementation
static LockMode fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/web_locks
LockMode
fromValue static method
LockMode enum