duration property
The duration of the event or transit journey, in seconds. Use this key for any type of boarding pass and any type of event ticket.
Implementation
@JsonKey(name: 'duration')
final num? duration;
The duration of the event or transit journey, in seconds. Use this key for any type of boarding pass and any type of event ticket.
@JsonKey(name: 'duration')
final num? duration;