LiveStreamStatus class Null safety
- Annotations
Constructors
- LiveStreamStatus({ParticipantId? startedBy, StreamingLayout? layout, required StreamId streamId})
-
constfactory
-
LiveStreamStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $LiveStreamStatusCopyWith<
LiveStreamStatus> -
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- layout → StreamingLayout?
-
Specifies how the participants' videos are laid out in the stream.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startedBy → ParticipantId?
-
The participant who started the stream.
read-onlyinherited
- streamId → StreamId
-
The identifier of the live streaming instance.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited