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