snapshot property

RxList<QueuedCommand> snapshot
final

Frozen snapshot -- recreated on every mutation for external store pattern.

Implementation

final RxList<QueuedCommand> snapshot = <QueuedCommand>[].obs;