value property

  1. @override
T value
override

Must check loaded before attempting to read value. If the value is not initialized (either through withInitialValue or stream event), an exception will be thrown.

Implementation

@override
T get value => _latestValue;