stream property

A stream of WorkoutReading collected by the workout session

Implementation

Stream<WorkoutReading> get stream => _streamController.stream;