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