QChatJoinByInviteCodeParam class

Annotations
  • @JsonSerializable()

Constructors

QChatJoinByInviteCodeParam(int? serverId, String? inviteCode)
QChatJoinByInviteCodeParam.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inviteCode String?
邀请码
final
postscript String?
附言
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器ID
final

Methods

isValid() bool
参数是否合法
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