isUpToDateStream property

Stream<bool> isUpToDateStream

isUpToDate flag count as a stream.

Implementation

Stream<bool> get isUpToDateStream => _isUpToDateController.stream;