ZDTicketSectionsList constructor

ZDTicketSectionsList({
  1. required List<ZDTicketSection> sections,
})

Implementation

ZDTicketSectionsList({
  required this.sections
});