NIMSuperTeamMember class

Annotations
  • @JsonSerializable()

Constructors

NIMSuperTeamMember({String? id, String? account, TeamMemberType? type, String? teamNick, required bool isInTeam, Map<String, dynamic>? extension, required bool isMute, required int joinTime, String? invitorAccid})
NIMSuperTeamMember.fromMap(Map<String, dynamic> map)
factory

Properties

account String?
群成员帐号
final
extension Map<String, dynamic>?
获取扩展字段 扩展字段Map
final
hashCode int
The hash code for this object.
no setterinherited
id String?
获取群组ID
final
invitorAccid String?
获取入群邀请人,为空表示主动加入群
final
isInTeam bool
是否该用户是否在这个群中 true表示存在;false表示已不在该群中
final
isMute bool
是否被禁言 true表示处于被禁言状态;false表示处于未被禁言状态
final
joinTime int
获取群成员入群时间
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamNick String?
获取该用户在这个群内的群昵称
final
type TeamMemberType?
群成员帐号
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.
inherited

Operators

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