VerificationGrantVerificationsInput constructor
- @JsonSerializable(includeIfNull: false)
- @VerificationInputConverter() required List<
VerificationInput> verifications, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory VerificationGrantVerificationsInput({
@VerificationInputConverter()
required List<VerificationInput> verifications,
Map<String, dynamic>? $unknown,
}) = _VerificationGrantVerificationsInput;