value property

  1. @override
T value
override

The current value held by this flow

Implementation

@override
T get value => _combiner(_flows);