Alert.fromRawJson constructor
Alert.fromRawJson(
- String str
Implementation
factory Alert.fromRawJson(String str) => Alert.fromJson(json.decode(str));
factory Alert.fromRawJson(String str) => Alert.fromJson(json.decode(str));