optionalInt3264 property

  1. @TagNumber.new(64)
int get optionalInt3264

Implementation

@$pb.TagNumber(64)
$core.int get optionalInt3264 => $_getIZ(5);
  1. @TagNumber.new(64)
set optionalInt3264 (int value)

Implementation

@$pb.TagNumber(64)
set optionalInt3264($core.int value) => $_setSignedInt32(5, value);