quantity property

  1. @TagNumber.new(3)
Int128 get quantity

The number of assets that we are minting using the group and series constructor token references by the two other attributes.

Implementation

@$pb.TagNumber(3)
$3.Int128 get quantity => $_getN(2);
  1. @TagNumber.new(3)
set quantity (Int128 v)

Implementation

@$pb.TagNumber(3)
set quantity($3.Int128 v) { setField(3, v); }