PayoutTicket constructor

const PayoutTicket({
  1. required bool used,
})

Implementation

const PayoutTicket({required this.used});