nonceKey property Null safety

XdrSCAddress? nonceKey

Implementation

XdrSCAddress? get nonceKey => this._nonceKey;
void nonceKey=(XdrSCAddress? value)

Implementation

set nonceKey(XdrSCAddress? value) => this._nonceKey = value;