amount property

  1. @TagNumber(1)
FFValue get amount

@doc The total cost before tax or shipping and handling.

Implementation

@$pb.TagNumber(1)
FFValue get amount => $_getN(0);
  1. @TagNumber(1)
set amount (FFValue value)

Implementation

@$pb.TagNumber(1)
set amount(FFValue value) => $_setField(1, value);