TicketTexts constructor

const TicketTexts({
  1. required String hash,
})

Implementation

const TicketTexts({
  required this.hash,
});