ClientPolicy constructor

ClientPolicy({
  1. ClientPolicyTls? tls,
})

Implementation

ClientPolicy({
  this.tls,
});