UnReadNotificationCount.fromJson constructor

UnReadNotificationCount.fromJson(
  1. dynamic json
)

Implementation

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