defaultValue property

T? defaultValue

A getter for the value that was set in the constructor and is used as the initial value for lastError in an object of the ErrNotifier class and its variants in each scope().

Implementation

T? get defaultValue => _notifier.defaultValue;