getNonceKey method Null safety

XdrSCAddress? getNonceKey()

Implementation

XdrSCAddress? getNonceKey() {
  return this.obj?.nonceKey;
}