menu
deno_postgres_interop
deno_postgres_interop
PartialTLSOptions
PartialTLSOptions constructor
PartialTLSOptions
brightness_4
brightness_5
PartialTLSOptions
constructor
PartialTLSOptions
(
{
bool
?
isEnabled
,
bool
?
isEnforced
,
List
<
String
>
?
caCertificates
}
)
constructor.
Implementation
PartialTLSOptions({ this.isEnabled, this.isEnforced, this.caCertificates, });
deno_postgres_interop
deno_postgres_interop
PartialTLSOptions
PartialTLSOptions constructor
PartialTLSOptions class