MessageCustom.fromJson constructor
MessageCustom.fromJson(
- Map json
Implementation
MessageCustom.fromJson(Map json) {
json = Utils.formatJson(json);
version = json['version'];
businessID = json['businessID'];
opUser = json['opUser'];
content = json['content'];
cmd = json['cmd'];
}