Alert.fromRawJson constructor

Alert.fromRawJson(
  1. String str
)

Implementation

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