MTLSPolicy constructor

MTLSPolicy({
  1. List<ValidationCA>? clientValidationCa,
})

Implementation

MTLSPolicy({
  this.clientValidationCa,
});