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