getAccountID method Null safety

XdrAccountID? getAccountID()

Implementation

XdrAccountID? getAccountID() {
  return this.obj?.accountID;
}