endAt property

Duration? endAt
final

This parameter specifies the time, measured in seconds from the start of the video, when the player should stop playing the video.

Note that the time is measured from the beginning of the video and not from either the value of the start player parameter or the startSeconds parameter, which is used in YouTube Player API functions for loading or queueing a video.

Implementation

final Duration? endAt;