ZDTicketSectionsList.fromJson(Map<String, dynamic> json): sections = (json['sections'] as List).map((toElement) => ZDTicketSection.fromJson(toElement)).toList();