addressWithNonce property Null safety
Implementation
XdrAddressWithNonce? get addressWithNonce => this._addressWithNonce;
Implementation
set addressWithNonce(XdrAddressWithNonce? value) =>
this._addressWithNonce = value;
XdrAddressWithNonce? get addressWithNonce => this._addressWithNonce;
set addressWithNonce(XdrAddressWithNonce? value) =>
this._addressWithNonce = value;