DyteLiveStreamStagePeer class
Constructors
- DyteLiveStreamStagePeer.new({required String peerId, required String userId, required String displayName})
- DyteLiveStreamStagePeer.fromJson(String source)
-
factory
-
DyteLiveStreamStagePeer.fromMap(Map<
String, dynamic> map) -
factory
Properties
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- peerId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
final
Methods
-
copyWith(
{String? peerId, String? userId, String? displayName}) → DyteLiveStreamStagePeer -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant DyteLiveStreamStagePeer other) → bool -
The equality operator.
override