menu
chromium package
documentation
dart/idle.dart
IdleState
fromJS static method
fromJS static method
dark_mode
light_mode
fromJS
static method
IdleState
fromJS
(
String
value
)
Implementation
static IdleState fromJS(String value) => values.firstWhere((e) => e.value == value);
chromium package
documentation
dart/idle
IdleState
fromJS static method
IdleState enum