SecureRequiredTypeOneOf constructor

const SecureRequiredTypeOneOf({
  1. required List<SecureRequiredTypeBase> types,
})

Secure Required Type One Of constructor.

Implementation

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