counterparty property
TransferNotificationCounterPartyBuilder
get
counterparty
Implementation
TransferNotificationCounterPartyBuilder get counterparty =>
_$this._counterparty ??= TransferNotificationCounterPartyBuilder();
set
counterparty
(TransferNotificationCounterPartyBuilder? counterparty)
Implementation
set counterparty(TransferNotificationCounterPartyBuilder? counterparty) =>
_$this._counterparty = counterparty;