ZDTicketSectionsList.fromJson constructor

ZDTicketSectionsList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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