QChatInvitedUserInfo class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

accid String?
被邀请用户的accid
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status QChatInviteApplyRecordStatus?
被邀请用户当前的状态
getter/setter pair
updatePostscript String?
处理邀请的附言
getter/setter pair
updateTime int?
处理邀请的时间
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