CometUpdateNotificationCounts.fromJson constructor

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

Implementation

CometUpdateNotificationCounts.fromJson(Map<String, dynamic> json) {
  noti = json['noti'];
  req = json['req'];
}