value property

  1. @override
T get value
override

Getter of the current value of the informer.

Implementation

@override
T get value => _value;