UnReadNotificationCount.fromJson constructor
UnReadNotificationCount.fromJson(
- dynamic json
Implementation
UnReadNotificationCount.fromJson(dynamic json) {
_success = json['success'];
_unReadTotal = json['un_read_total'];
}