QChatGetInviteApplyRecordOfSelfParam class Null safety

Annotations
  • @JsonSerializable()

Constructors

QChatGetInviteApplyRecordOfSelfParam({int? fromTime, int? toTime, bool? reverse, int? limit, int? excludeRecordId})
QChatGetInviteApplyRecordOfSelfParam.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?
limit,默认100,最大100
read / write
reverse bool?
是否逆序,同历史消息查询,默认从现在查到过去
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
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