QChatInviteApplyRecord class Null safety
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatInviteApplyRecord()
-
QChatInviteApplyRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accid ↔ String?
-
操作者账号
read / write
- createTime ↔ int?
-
创建时间
read / write
- data ↔ QChatInviteApplyRecordData?
-
邀请申请信息结果数据
@JsonKey(fromJson: _applyRecordDataNullable), read / write
- expireTime ↔ int?
-
过期时间
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- recordId ↔ int?
-
记录唯一标识
read / write
- requestId ↔ int?
-
申请/邀请唯一标识
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverId ↔ int?
-
服务器Id
read / write
- status ↔ QChatInviteApplyRecordStatus?
-
申请/邀请记录状态
read / write
- type ↔ QChatInviteApplyRecordType?
-
申请/邀请记录类型
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