getRecentNotificationsModelFromJson function

GetRecentNotificationsModel getRecentNotificationsModelFromJson(
  1. String str
)

Implementation

GetRecentNotificationsModel getRecentNotificationsModelFromJson(String str) =>
    GetRecentNotificationsModel.fromJson(json.decode(str));