ZDTicketSection.fromJson constructor

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

Implementation

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