stream property

Stream<StoneStatus> get stream

Implementation

Stream<StoneStatus> get stream => handler?.statusStream ?? const Stream.empty();