SecureRequiredType constructor

const SecureRequiredType({
  1. required bool nativeNames,
  2. required bool selfieRequired,
  3. required bool translationRequired,
  4. required SecureValueTypeBase type,
})

Secure Required Type constructor.

Implementation

const SecureRequiredType({
  required this.nativeNames,
  required this.selfieRequired,
  required this.translationRequired,
  required this.type,
}) : super._();