getAllNotificationsModelFromJson function

GetAllNotificationsModel getAllNotificationsModelFromJson(
  1. String str
)

Implementation

GetAllNotificationsModel getAllNotificationsModelFromJson(String str) =>
    GetAllNotificationsModel.fromJson(json.decode(str));