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