unReadNotificationCountFromJson function

UnReadNotificationCount unReadNotificationCountFromJson(
  1. String str
)

success : 1 un_read_total : "0"

Implementation

UnReadNotificationCount unReadNotificationCountFromJson(String str) => UnReadNotificationCount.fromJson(json.decode(str));