SequentialMessageMapBase class abstract

The base class for the sequential message map.

Implementers

Constructors

SequentialMessageMapBase()

Properties

context → ReactiveContext
Override this method to use a custom context.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequentialValues → ObservableList<ModelBaseMessage>
The computed for the sequential values.
no setter
sequentialValuesReversed → ObservableList<ModelBaseMessage>
The computed for the sequential values reversed.
no setter

Methods

clearAll() → void
The action for the clear all.
getById(String id) ModelBaseMessage?
The action for the get by id.
getHighestSequence() int
The action for the get highest sequence.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String id) → void
The action for the remove.
toString() String
A string representation of this object.
inherited
upsert(ModelBaseMessage msg) → void
The action for the upsert.
upsertAll(List<ModelBaseMessage> msgs) → void
The action for the upsert all.

Operators

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