NotificationDeclarationRecord.fromJson constructor

NotificationDeclarationRecord.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NotificationDeclarationRecord.fromJson(Map<String, Object?> json) =>
    _$NotificationDeclarationRecordFromJson(json);