storedValueAccountStatus property

StoredValueAccountStatusBuilder get storedValueAccountStatus

Implementation

StoredValueAccountStatusBuilder get storedValueAccountStatus =>
    _$this._storedValueAccountStatus ??= StoredValueAccountStatusBuilder();
set storedValueAccountStatus (StoredValueAccountStatusBuilder? storedValueAccountStatus)

Implementation

set storedValueAccountStatus(
  StoredValueAccountStatusBuilder? storedValueAccountStatus,
) => _$this._storedValueAccountStatus = storedValueAccountStatus;