keepExisting property
Stack on top of the currently-applied set instead of replacing it.
Implementation
@$pb.TagNumber(3)
$core.bool get keepExisting => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set keepExisting($core.bool value) => $_setBool(2, value);