error property

Stream<Err?> get error
inherited

Implementation

Stream<Err?> get error => _stream.map((s) => s.error);