health property
Stream<DatumHealth>
get
health
A stream of the manager's current health status.
Implementation
Stream<DatumHealth> get health => _statusSubject.stream.map((s) => s.health);
A stream of the manager's current health status.
Stream<DatumHealth> get health => _statusSubject.stream.map((s) => s.health);