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