TicketRestrictions constructor
TicketRestrictions({
- LocalizedString? otherRestrictions,
- LocalizedString? routeRestrictions,
- LocalizedString? routeRestrictionsDetails,
- LocalizedString? timeRestrictions,
Implementation
TicketRestrictions({
this.otherRestrictions,
this.routeRestrictions,
this.routeRestrictionsDetails,
this.timeRestrictions,
});