ZDTicketSection.fromJson constructor
Implementation
ZDTicketSection.fromJson(Map<String, dynamic> json):
sectionName = json['sectionName'],
fields = (json['fields'] as List).map((toElement) => ZDTicketField.fromJson(toElement)).toList();