optionalInt32300 property

  1. @TagNumber.new(300)
int get optionalInt32300

Implementation

@$pb.TagNumber(300)
$core.int get optionalInt32300 => $_getIZ(9);
  1. @TagNumber.new(300)
set optionalInt32300 (int value)

Implementation

@$pb.TagNumber(300)
set optionalInt32300($core.int value) => $_setSignedInt32(9, value);