optionalInt324 property

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

Implementation

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

Implementation

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