notificationModelFromJson function

NotificationMessageModel notificationModelFromJson(
  1. String str
)

Implementation

NotificationMessageModel notificationModelFromJson(String str) =>
    NotificationMessageModel.fromJson(json.decode(str));