ActiveAlertV2.fromJson constructor

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

Implementation

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