singleCodes property

Stream<UCode> get singleCodes

Codes flattened to one event per new symbol, already de-duplicated.

Implementation

Stream<UCode> get singleCodes => _codeController.stream.expand((List<UCode> list) => list);