optionalInt3265 property

  1. @TagNumber.new(65)
int get optionalInt3265

Implementation

@$pb.TagNumber(65)
$core.int get optionalInt3265 => $_getIZ(6);
  1. @TagNumber.new(65)
set optionalInt3265 (int value)

Implementation

@$pb.TagNumber(65)
set optionalInt3265($core.int value) => $_setSignedInt32(6, value);