menu
aimux package
documentation
types.dart
Role
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
Role
fromJson
(
String
value
)
Implementation
static Role fromJson(String value) => Role.values.firstWhere((item) => item.wireValue == value);
aimux package
documentation
types
Role
fromJson static method
Role enum