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