notificationsModelFromJson function

NotificationsModel notificationsModelFromJson(
  1. String str
)

Implementation

NotificationsModel notificationsModelFromJson(String str) => NotificationsModel.fromJson(json.decode(str));