FieldsService class

Inheritance

Constructors

FieldsService()

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

createCustomField(String fieldName, String label, FieldType fieldType, {PubliclyUpdatable isPubliclyUpdatable = PubliclyUpdatable.no, RequiredField isRequired = RequiredField.notRequired}) Future<void>
currentFields() Map<String, dynamic>
inherited
doesFieldExist(String fieldAlias) Future<bool>
getCurrentFields() Future<Map<String, dynamic>>
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
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