EventAction.fromJson constructor Null safety
- String value
Implementation
factory EventAction.fromJson(String value) =>
_values[value] ?? (throw ArgumentError('Unsupported EventAction: "$value"'));
factory EventAction.fromJson(String value) =>
_values[value] ?? (throw ArgumentError('Unsupported EventAction: "$value"'));