addressWithNonce property Null safety

XdrAddressWithNonce? addressWithNonce

Implementation

XdrAddressWithNonce? get addressWithNonce => this._addressWithNonce;
void addressWithNonce=(XdrAddressWithNonce? value)

Implementation

set addressWithNonce(XdrAddressWithNonce? value) =>
    this._addressWithNonce = value;