menu
chrome_extension package
documentation
windows.dart
WindowType
fromJS static method
fromJS static method
dark_mode
light_mode
fromJS
static method
WindowType
fromJS
(
String
value
)
Implementation
static WindowType fromJS(String value) => values.firstWhere((e) => e.value == value);
chrome_extension package
documentation
windows
WindowType
fromJS static method
WindowType enum