ZDTicketForm.fromJson constructor

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

Implementation

ZDTicketForm.fromJson(Map<String, dynamic> json):
      form = ZDTicketSectionsList.fromJson(json['form']);