buyTicketURL property
URL where a ticket can be purchased for this route/offer.
Returns
String: A URL string for buying tickets related to this entry.
Implementation
String get buyTicketURL {
final OperationResult resultString = objectMethod(
pointerId,
'PTBuyTicketInformation',
'getBuyTicketURL',
);
return resultString['result'];
}