duration property

  1. @JsonKey(name: 'duration')
int get duration
inherited

Duration of the video in seconds as defined by sender

A handy Duration getter is available as durationTime

Implementation

@JsonKey(name: 'duration')
int get duration;