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