skippedResults property
The number of results that have been skipped due to an offset between the last response and the current response.
Implementation
@$pb.TagNumber(4)
$core.int get skippedResults => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set skippedResults($core.int v) {
$_setSignedInt32(3, v);
}