LiveBroadcastStatus class
Live broadcast state.
Constructors
- LiveBroadcastStatus({String? lifeCycleStatus, String? liveBroadcastPriority, bool? madeForKids, String? privacyStatus, String? recordingStatus, bool? selfDeclaredMadeForKids})
- LiveBroadcastStatus.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifeCycleStatus ↔ String?
-
The broadcast's status.
getter/setter pair
- liveBroadcastPriority ↔ String?
-
Priority of the live broadcast event (internal state).
Possible string values are:
getter/setter pair
- madeForKids ↔ bool?
-
Whether the broadcast is made for kids or not, decided by YouTube instead
of the creator.
getter/setter pair
- privacyStatus ↔ String?
-
The broadcast's privacy status.
getter/setter pair
- recordingStatus ↔ String?
-
The broadcast's recording status.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfDeclaredMadeForKids ↔ bool?
-
This field will be set to True if the creator declares the broadcast to be
kids only: go/live-cw-work.
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