V2TimFaceElem.fromJson constructor
V2TimFaceElem.fromJson(
- Map json
Implementation
V2TimFaceElem.fromJson(Map json) {
json = Utils.formatJson(json);
index = json['index'];
data = json['data'];
if (json['nextElem'] != null) {
nextElem = Utils.formatJson(json['nextElem']);
}
}