AlertsUnreadCount.fromJson constructor

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

Implementation

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

  errorText = json['error_text'];
  successText = json['success_text'];
}