notificationCountFromJson function

NotificationCount notificationCountFromJson(
  1. String str
)

total : 0 message : ""

Implementation

NotificationCount notificationCountFromJson(String str) => NotificationCount.fromJson(json.decode(str));