QChatGetServerRolesResult class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatGetServerRolesResult({List<QChatServerRole>? roleList, Set<int>? isMemberSet})
QChatGetServerRolesResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isMemberSet Set<int>
我所在的服务器身份组Id集合 从请求到的服务器身份组列表里,筛选出我所在的身份组的roleId组成的Set集合
final
roleList List<QChatServerRole>
服务器身份组列表
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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