NotificationCountUpdate.fromJson constructor

NotificationCountUpdate.fromJson(
  1. Map<String, dynamic> json
)

Implementation

NotificationCountUpdate.fromJson(Map<String, dynamic> json)
    : totalUnreadCount = json['totalUnreadCount'],
      super.fromJson(json);