V2TimFaceElem.fromJson constructor
Implementation
V2TimFaceElem.fromJson(Map<String, dynamic> json) {
index = json['index'];
data = json['data'];
if (json['nextElem'] != null) {
nextElem = Map<String, dynamic>.from(json['nextElem']);
}
}