ConnectionSettings constructor

ConnectionSettings({
  1. bool? secure,
  2. String? collation,
  3. SecurityContext? securityContext,
  4. bool onBadCertificate(
    1. X509Certificate
    )?,
})

Implementation

ConnectionSettings({this.secure, this.collation, this.securityContext, this.onBadCertificate});