amount property

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

Implementation

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

Implementation

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