NotificationHistoryInsertV3Body.fromJson constructor

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

Implementation

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