AgoraUser class Null safety

Data class of a user present in a channel.

Constructors

AgoraUser({required int uid, bool remote = true, bool muted = false, bool videoDisabled = false, ClientRole clientRole = ClientRole.Broadcaster})

Properties

clientRole ClientRole
final
hashCode int
The hash code for this object. [...]
read-only, inherited
muted bool
final
remote bool
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
uid int
read / write
videoDisabled bool
final

Methods

copyWith({int? uid, bool? remote, bool? muted, bool? videoDisabled, ClientRole? clientRole}) AgoraUser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited