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