includeDownloadedState property

  1. @TagNumber.new(7)
bool get includeDownloadedState

Include local downloaded/available state reconciliation in the refresh.

Implementation

@$pb.TagNumber(7)
$core.bool get includeDownloadedState => $_getBF(6);
  1. @TagNumber.new(7)
set includeDownloadedState (bool value)

Implementation

@$pb.TagNumber(7)
set includeDownloadedState($core.bool value) => $_setBool(6, value);