menu
flutter_cockpit package
documentation
flutter_cockpit.dart
CockpitExecutionPolicy
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
CockpitExecutionPolicy
fromJson
(
Object
?
json
)
Implementation
static CockpitExecutionPolicy fromJson(Object? json) { return values.byName(json! as String); }
flutter_cockpit package
documentation
flutter_cockpit
CockpitExecutionPolicy
fromJson static method
CockpitExecutionPolicy enum