JanusTextRoom class

room : 1234 description : "Demo Room" pin_required : false num_participants : 0 history : 0

Constructors

JanusTextRoom({int? room, String? description, bool? pinRequired, int? numParticipants, int? history})
JanusTextRoom.fromJson(dynamic json)

Properties

description String?
no setter
hashCode int
The hash code for this object.
no setterinherited
history int?
no setter
numParticipants int?
no setter
pinRequired bool?
no setter
room int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? room, String? description, bool? pinRequired, int? numParticipants, int? history}) JanusTextRoom
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