HttpOutboundSettings class

Inheritance
Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

HttpOutboundSettings({required String address, required int port, String? user, String? password, String? email, Map<String, String>? headers, int? level})
const
HttpOutboundSettings.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
email String?
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
final
level int?
finalinherited
password String?
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited