fullDocument property

  1. @TagNumber.new(3)
bool get fullDocument

Implementation

@$pb.TagNumber(3)
$core.bool get fullDocument => $_getBF(1);
  1. @TagNumber.new(3)
set fullDocument (bool v)

Implementation

@$pb.TagNumber(3)
set fullDocument($core.bool v) {
  $_setBool(1, v);
}