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