duration property

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

Duration of the video in seconds as defined by the sender

Implementation

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