ticketPassword static method
dynamic
ticketPassword(
- dynamic response
Implementation
static dynamic ticketPassword(dynamic response) => getJsonField(
response,
r'''$.data..ticketPassword''',
true,
);