dummy4 property

  1. @TagNumber.new(4)
int get dummy4

Pad the field count to 32 so that we can test that IsInitialized() properly checks multiple elements of has_bits_.

Implementation

@$pb.TagNumber(4)
$core.int get dummy4 => $_getIZ(3);
  1. @TagNumber.new(4)
set dummy4 (int value)

Implementation

@$pb.TagNumber(4)
set dummy4($core.int value) => $_setSignedInt32(3, value);