preserve property
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);
Implementation
@$pb.TagNumber(4)
set preserve($core.bool v) { $_setBool(3, v); }