optionalInt32 property

  1. @TagNumber.new(536870000)
int get optionalInt32

Implementation

@$pb.TagNumber(536870000)
$core.int get optionalInt32 => $_getIZ(0);
  1. @TagNumber.new(536870000)
set optionalInt32 (int value)

Implementation

@$pb.TagNumber(536870000)
set optionalInt32($core.int value) => $_setSignedInt32(0, value);