Participant class

Constructors

Participant({String? id, required String audioID, required String videoID, String? ScreenID, bool? ScreenOn, String? islevel, bool? isAdmin, bool? isHost, required String name, bool? muted, bool? isBanned, bool? isSuspended, bool? useBoard, int? breakRoom, bool? videoOn, bool? audioOn})
Participant.fromMap(Map<String, dynamic> map)
factory

Properties

audioID String
getter/setter pair
audioOn bool?
getter/setter pair
breakRoom int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isAdmin bool?
getter/setter pair
isBanned bool?
getter/setter pair
isHost bool?
getter/setter pair
islevel String?
getter/setter pair
isSuspended bool?
getter/setter pair
muted bool?
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ScreenID String?
getter/setter pair
ScreenOn bool?
getter/setter pair
useBoard bool?
getter/setter pair
videoID String
getter/setter pair
videoOn bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic
operator []=(String key, dynamic value) → void