fundRecipient property

FundRecipientBuilder get fundRecipient

Implementation

FundRecipientBuilder get fundRecipient =>
    _$this._fundRecipient ??= FundRecipientBuilder();
set fundRecipient (FundRecipientBuilder? fundRecipient)

Implementation

set fundRecipient(FundRecipientBuilder? fundRecipient) =>
    _$this._fundRecipient = fundRecipient;