QChatInviteApplyRecordData class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatInviteApplyRecordData()
-
QChatInviteApplyRecordData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applyPostscript ↔ String?
-
申请附言
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inviteCode ↔ String?
-
邀请码
getter/setter pair
- invitedUserCount ↔ int?
-
被邀请用户数量
getter/setter pair
-
invitedUsers
↔ List<
QChatInvitedUserInfo> ? -
被邀请用户信息
getter/setter pair
- invitePostscript ↔ String?
-
邀请附言
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateAccid ↔ String?
-
处理申请的accid(同意或拒绝申请的操作者accid)
getter/setter pair
- updatePostscript ↔ String?
-
处理申请/邀请的附言
getter/setter pair
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