accountID property Null safety

XdrAccountID? accountID

Implementation

XdrAccountID? get accountID => this._accountID;
void accountID=(XdrAccountID? value)

Implementation

set accountID(XdrAccountID? value) => this._accountID = value;