storedValueAccountID property

StoredValueAccountIDBuilder get storedValueAccountID

Implementation

StoredValueAccountIDBuilder get storedValueAccountID =>
    _$this._storedValueAccountID ??= StoredValueAccountIDBuilder();
set storedValueAccountID (StoredValueAccountIDBuilder? storedValueAccountID)

Implementation

set storedValueAccountID(StoredValueAccountIDBuilder? storedValueAccountID) =>
    _$this._storedValueAccountID = storedValueAccountID;