fromJson method
Implementation
NUIMiniProgramInternalMessage fromJson(Map<String, dynamic> json){
return NUIMiniProgramInternalMessage(type: eventTypeFromValue(json["type"]), data: json["data"]);
}
NUIMiniProgramInternalMessage fromJson(Map<String, dynamic> json){
return NUIMiniProgramInternalMessage(type: eventTypeFromValue(json["type"]), data: json["data"]);
}