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