stream property

Stream<String> stream

Implementation

Stream<String> get stream => valueController.stream.map((e) => e ?? '');