done property

  1. @TagNumber(6)
bool get done

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);
  1. @TagNumber(6)
set done (bool v)

Implementation

@$pb.TagNumber(6)
set done($core.bool v) {
  $_setBool(4, v);
}