accountID property Null safety
Implementation
XdrAccountID? get accountID => this._accountID;
Implementation
set accountID(XdrAccountID? value) => this._accountID = value;
XdrAccountID? get accountID => this._accountID;
set accountID(XdrAccountID? value) => this._accountID = value;