MauticBaseService class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient ↔ Client
-
getter/setter pair
- mauticBaseUrl ↔ String?
-
getter/setter pair
- password ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username ↔ String?
-
getter/setter pair
Methods
-
currentFields(
) → Map< String, dynamic> -
getHeaders(
) → Map< String, String> -
initialize(
String mauticBaseUrl, String username, String password) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCurrentFields(
Map< String, dynamic> currentFields) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited