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