data property

Stream<List<D>?> data

Implementation

Stream<List<D>?> get data => _data.stream;