LiveBroadcastItem class

Implemented types
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LiveBroadcastItem({required String kind, required String etag, required String id, Snippet? snippet, Status? status, ContentDetails? contentDetails, Statistics? statistics})
LiveBroadcastItem.fromJson(Map<String, dynamic> json)
factory

Properties

contentDetails → ContentDetails?
The ContentDetails object contains information about the event's video content, such as whether the content can be shown in an embedded video player or if it will be archived and therefore available for viewing after the event has concluded.
final
etag String
The Etag of this resource.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The ID that YouTube assigns to uniquely identify the broadcast.
final
kind String
Identifies the API resource's type. The value will be youtube#searchListResponse.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet → Snippet?
The Snippet object contains basic details about the event, including its Snippet.title, Snippet.description, Snippet.scheduledStartTime, and Snippet.scheduledEndTime.
final
statistics → Statistics?
The Statistics object contains statistics related to a live broadcast. The values for these statistics can change during the broadcast and can only be retrieved while the broadcast is live.
final
status Status?
The Status object contains information about the event's status.
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
defaultStartTime([DateTime? otherwise]) DateTime
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.
override

Operators

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