AccountGetSecureValue constructor

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

Account Get Secure Value constructor.

Implementation

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