QChatAcceptServerApplyParam class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

QChatAcceptServerApplyParam(int serverId, String accid, int requestId)
QChatAcceptServerApplyParam.fromJson(Map<String, dynamic> json)
factory

Properties

accid String
申请者Id
final
hashCode int
The hash code for this object.
no setterinherited
requestId int
申请/邀请唯一标识
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
同意加入的服务器Id
final

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