diskStream property

Stream<DiskData> get diskStream

Implementation

Stream<DiskData> get diskStream => _diskTracker.stream.cast<DiskData>();