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