PartialTLSOptions class
Constructors
-
PartialTLSOptions.new({bool? isEnabled, bool? isEnforced, List<
String> ? caCertificates}) - constructor.
- PartialTLSOptions.fromMap(Map map)
- used for interop.
Properties
-
caCertificates
→ List<
String> ? -
deno-postgres@v0.17.0/TLSOptions/caCertificates.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled → bool?
-
deno-postgres@v0.17.0/TLSOptions/enabled.
final
- isEnforced → bool?
-
deno-postgres@v0.17.0/TLSOptions/enfroce.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asMap(
) → Map< String, dynamic> - used for jsify.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited