ChatData.fromJson constructor
ChatData.fromJson(
- dynamic json
Implementation
ChatData.fromJson(dynamic json) {
_type = json['type'];
_data = json['data'];
}
ChatData.fromJson(dynamic json) {
_type = json['type'];
_data = json['data'];
}