unReadNotificationCountFromJson function
success : 1 un_read_total : "0"
Implementation
UnReadNotificationCount unReadNotificationCountFromJson(String str) => UnReadNotificationCount.fromJson(json.decode(str));
success : 1 un_read_total : "0"
UnReadNotificationCount unReadNotificationCountFromJson(String str) => UnReadNotificationCount.fromJson(json.decode(str));