done property
If present, Firestore has completely finished the request and no more documents will be returned.
Implementation
@$pb.TagNumber(6)
$core.bool get done => $_getBF(4);
Implementation
@$pb.TagNumber(6)
set done($core.bool v) {
$_setBool(4, v);
}