sequentialValues property
The computed for the sequential values.
Implementation
@computed
ObservableList<ModelBaseMessage> get sequentialValues =>
ObservableList.of(_order.map((id) => _map[id]!));
The computed for the sequential values.
@computed
ObservableList<ModelBaseMessage> get sequentialValues =>
ObservableList.of(_order.map((id) => _map[id]!));