packId property

  1. @TagNumber(1)
Int64 packId

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get packId => $_getI64(0);
  1. @TagNumber(1)
void packId=(Int64 v)

Implementation

@$pb.TagNumber(1)
set packId($fixnum.Int64 v) { $_setInt64(0, v); }