VideoLiveStreamingDetails class
Details about the live streaming metadata.
Constructors
- VideoLiveStreamingDetails({String? activeLiveChatId, DateTime? actualEndTime, DateTime? actualStartTime, String? concurrentViewers, DateTime? scheduledEndTime, DateTime? scheduledStartTime})
- VideoLiveStreamingDetails.fromJson(Map json_)
Properties
- activeLiveChatId ↔ String?
-
The ID of the currently active live chat attached to this video.
getter/setter pair
- actualEndTime ↔ DateTime?
-
The time that the broadcast actually ended.
getter/setter pair
- actualStartTime ↔ DateTime?
-
The time that the broadcast actually started.
getter/setter pair
- concurrentViewers ↔ String?
-
The number of viewers currently watching the broadcast.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledEndTime ↔ DateTime?
-
The time that the broadcast is scheduled to end.
getter/setter pair
- scheduledStartTime ↔ DateTime?
-
The time that the broadcast is scheduled to begin.
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