ListenerTls class
An object that represents the Transport Layer Security (TLS) properties for a listener.
Constructors
- ListenerTls({required ListenerTlsCertificate certificate, required ListenerTlsMode mode})
-
ListenerTls.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificate → ListenerTlsCertificate
-
A reference to an object that represents a listener's TLS certificate.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode → ListenerTlsMode
-
Specify one of the following modes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited