includeDownloadedState property
Include local downloaded/available state reconciliation in the refresh.
Implementation
@$pb.TagNumber(7)
$core.bool get includeDownloadedState => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set includeDownloadedState($core.bool value) => $_setBool(6, value);