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