duration property

int? get duration

The duration of the video in seconds.

Implementation

int? get duration => payload['duration'];