accountID property

XdrAccountID get accountID

Implementation

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

Implementation

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