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