NEInMeetingUserInfo class

会议中的成员信息类

Constructors

NEInMeetingUserInfo(String userId, String userName, String? tag, String _role, [bool isSelf = false])

Properties

hashCode int
The hash code for this object.
no setterinherited
isSelf bool
是否为自己
final
roleType NEMeetingRoleType
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
会议中的成员标签,自定义,最大长度1024个字符
final
userId String
final
userName String
final

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.
override

Operators

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