stream property

Stream<BitState<M, L>> get stream

Implementation

Stream<BitState<M, L>> get stream => _stream != null ? _stream! : _init();