TicketRestrictions constructor

TicketRestrictions({
  1. LocalizedString? otherRestrictions,
  2. LocalizedString? routeRestrictions,
  3. LocalizedString? routeRestrictionsDetails,
  4. LocalizedString? timeRestrictions,
})

Implementation

TicketRestrictions({
  this.otherRestrictions,
  this.routeRestrictions,
  this.routeRestrictionsDetails,
  this.timeRestrictions,
});