endAt property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? endAt
getter/setter pair

The time, measured in seconds from the start of the video, when the video should stop playing.

(The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) By default, assume that the video.endTime is the end of the video.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? endAt;