UserNotificationModel.fromJson constructor

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

Connect the generated _$UserNotificationModelFromJson function to the fromJson factory.

Implementation

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