AccountSaveSecureValue constructor

const AccountSaveSecureValue({
  1. required InputSecureValueBase value,
  2. required int secureSecretId,
})

Account Save Secure Value constructor.

Implementation

const AccountSaveSecureValue({
  required this.value,
  required this.secureSecretId,
}) : super._();