amount property

Implementation

PinwheelAmountPayloadBuilder get amount =>
    _$this._amount ??= new PinwheelAmountPayloadBuilder();
set amount (covariant PinwheelAmountPayloadBuilder? amount)
covariant

Implementation

set amount(covariant PinwheelAmountPayloadBuilder? amount) =>
    _$this._amount = amount;