QChatInviteApplyRecordData class Null safety

Annotations

Constructors

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

Properties

applyPostscript String?
申请附言
read / write
hashCode int
The hash code for this object.
read-only, inherited
inviteCode String?
邀请码
read / write
invitedUserCount int?
被邀请用户数量
read / write
invitedUsers List<QChatInvitedUserInfo>?
被邀请用户信息
@JsonKey(fromJson: _invitedUsersNullable), read / write
invitePostscript String?
邀请附言
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
updateAccid String?
处理申请的accid(同意或拒绝申请的操作者accid)
read / write
updatePostscript String?
处理申请/邀请的附言
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