errors property

Stream<LocusError> get errors

Stream of errors for external observation.

Implementation

Stream<LocusError> get errors => _errorController.stream;