V2TimMessageGetHistoryMessageListParam class

V2TimMessageGetHistoryMessageListParam

Constructors

V2TimMessageGetHistoryMessageListParam({required int count, HistoryMsgGetTypeEnum? getType, V2TimMessage? lastMessage, List<int>? messageTypeList, int? lastMessageSeq, int? timeBegin, int? timePeriod, List<int>? messageSeqList})

Properties

count int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isForward bool
getter/setter pair
isRamble bool
getter/setter pair
lastMessage V2TimMessage?
getter/setter pair
lastMessageSeq int?
getter/setter pair
messageSeqList List<int>?
getter/setter pair
messageTypeList List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeBegin int?
getter/setter pair
timePeriod int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toLogString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited