NtiuspPushData.fromJson constructor

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

Implementation

NtiuspPushData.fromJson(Map<String, dynamic> json) {
  ntiuspNoti = json['ntiuspNoti'];
  type = json['type'];
  message = json['message'];
}