AccountSaveSecureValue constructor
const
AccountSaveSecureValue({
- required InputSecureValueBase value,
- required int secureSecretId,
Account Save Secure Value constructor.
Implementation
const AccountSaveSecureValue({
required this.value,
required this.secureSecretId,
}) : super._();