measurements property

Stream<Measurement> measurements

The stream of all Measurements collected by this client manager. This is the aggregation of all measurements collected by the studies running on this client.

Implementation

Stream<Measurement> get measurements => _group.stream;