duration property

  1. @JsonKey(name: 'duration')
num? duration
final

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;