UserNotificationModel.fromJson constructor
Connect the generated _$UserNotificationModelFromJson
function to the fromJson
factory.
Implementation
factory UserNotificationModel.fromJson(Map<String, dynamic> json) =>
_$UserNotificationModelFromJson(json);