JanusTextRoom class Null safety

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?
read-only
hashCode int
The hash code for this object.
read-only, inherited
history int?
read-only
numParticipants int?
read-only
pinRequired bool?
read-only
room int?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyWith({int? room, String? description, bool? pinRequired, int? numParticipants, int? history}) JanusTextRoom
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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