QChatGetInviteApplyRecordOfServerParam class Null safety
- Annotations
-
- @JsonSerializable()
Constructors
- QChatGetInviteApplyRecordOfServerParam(int serverId, {int? fromTime, int? toTime, bool? reverse, int? limit, int? excludeRecordId})
-
QChatGetInviteApplyRecordOfServerParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- excludeRecordId ↔ int?
-
排除id
read / write
- fromTime ↔ int?
-
开始时间戳
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- limit ↔ int?
-
最大数量限制,默认100,最大100
read / write
- reverse ↔ bool?
-
是否逆序,同历史消息查询,默认从现在查到过去
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverId → int
-
服务器ID
final
- toTime ↔ 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