QChatBannedServerMember class Null safety

Annotations

Constructors

QChatBannedServerMember()
QChatBannedServerMember.fromJson(Map<String, dynamic> json)
factory

Properties

accid String?
用户accid
read / write
banTime int?
封禁时间
read / write
createTime int?
创建时间
read / write
custom String?
自定义扩展
read / write
hashCode int
The hash code for this object.
read-only, inherited
isValid bool?
有效标志:false-无效,true-有效
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int?
服务器id
read / write
updateTime int?
更新时间
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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