Alert.fromJson constructor

Alert.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Alert.fromJson(Map<String, dynamic> json) =>
    _$AlertFromJson(json);