NEVoiceRoomMember class

语聊房成员对象

Constructors

NEVoiceRoomMember(String account, String name, String role, bool isAudioOn, bool isAudioBanned, String? avatar)

Properties

account String
用户id
final
avatar String?
头像
final
hashCode int
The hash code for this object.
no setterinherited
isAudioBanned bool
音频是否被禁用
final
isAudioOn bool
音频是否打开
final
name String
用户名
final
role String
用户角色
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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