MandrillOptions class

Constructors

MandrillOptions({String scheme = 'https', String host = 'mandrillapp.com', int port = 443, String pathPrefix = '/api/1.0/', Map<String, String> headers = const {'Content-Type' : 'application/json', 'User-Agent' : 'Mandrill-Dart/1.0.4'}})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
final
host String
final
pathPrefix String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
final

Methods

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