AccountDeleteSecureValue constructor

const AccountDeleteSecureValue({
  1. required List<SecureValueTypeBase> types,
})

Account Delete Secure Value constructor.

Implementation

const AccountDeleteSecureValue({required this.types}) : super._();