preserve property

  1. @TagNumber(4)
bool get preserve

preserve indicates the the receiver should use the metadata in the file to reflect the same state in its filesystem as applicable.

Implementation

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

Implementation

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