DyteLivestreamData class

Constructors

DyteLivestreamData.new({required String? url, required String roomName, required DyteLivestreamStatus state, required int viewerCount})
DyteLivestreamData.fromJson(String source)
factory
DyteLivestreamData.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DyteLivestreamStatus
getter/setter pair
url String?
getter/setter pair
viewerCount int
getter/setter pair

Methods

copyWith({String? url, String? roomName, DyteLivestreamStatus? state, int? viewerCount}) DyteLivestreamData
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 DyteLivestreamData other) bool
The equality operator.
override