operationNotifier property

ValueNotifier<TSimpleOperation> operationNotifier
final

A ValueNotifier that holds a list of TSimpleOperation objects. Used to notify listeners whenever the history of operations changes.

Implementation

final ValueNotifier<TSimpleOperation> operationNotifier;