CampaignService class

Inheritance

Constructors

CampaignService()

Properties

hashCode int
The hash code for this object.
no setterinherited
httpClient ↔ Client
getter/setter pairinherited
mauticBaseUrl String?
getter/setter pairinherited
password String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pairinherited

Methods

addToCampaign(String campaignId, String contactId) Future<Response>
currentFields() Map<String, dynamic>
inherited
getHeaders() Map<String, String>
inherited
initialize(String mauticBaseUrl, String username, String password) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFromCampaign(String campaignId, String contactId) Future<Response>
setCurrentFields(Map<String, dynamic> currentFields) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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