PlaylistItemContentDetails class

Constructors

PlaylistItemContentDetails({String? endAt, String? note, String? startAt, String? videoId, DateTime? videoPublishedAt})
PlaylistItemContentDetails.fromJson(Map json_)

Properties

endAt String?
The time, measured in seconds from the start of the video, when the video should stop playing.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
note String?
A user-generated note for this item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt String?
The time, measured in seconds from the start of the video, when the video should start playing.
getter/setter pair
videoId String?
The ID that YouTube uses to uniquely identify a video.
getter/setter pair
videoPublishedAt DateTime?
The date and time that the video was published to YouTube.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited