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