keepExisting property

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

Stack on top of the currently-applied set instead of replacing it.

Implementation

@$pb.TagNumber(3)
$core.bool get keepExisting => $_getBF(2);
  1. @TagNumber.new(3)
set keepExisting (bool value)

Implementation

@$pb.TagNumber(3)
set keepExisting($core.bool value) => $_setBool(2, value);