QChatInvitedUserInfo class Null safety
- Annotations
Constructors
- QChatInvitedUserInfo()
-
QChatInvitedUserInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accid ↔ String?
-
被邀请用户的accid
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status ↔ QChatInviteApplyRecordStatus?
-
被邀请用户当前的状态
read / write
- updatePostscript ↔ String?
-
处理邀请的附言
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