PushNotificationDing.fromJson constructor

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

Implementation

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