amount property

  1. @TagNumber.new(3)
Amount get amount

Implementation

@$pb.TagNumber(3)
Amount get amount => $_getN(2);
  1. @TagNumber.new(3)
set amount (Amount value)

Implementation

@$pb.TagNumber(3)
set amount(Amount value) => $_setField(3, value);