GoMailerConfig class
Configuration for Go Mailer SDK
Constructors
- GoMailerConfig.new({String apiKey = '', String? baseUrl, GoMailerEnvironment? environment, bool enableAnalytics = true, GoMailerLogLevel logLevel = GoMailerLogLevel.info})
-
GoMailerConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- apiKey ↔ String
-
getter/setter pair
- baseUrl ↔ String?
-
getter/setter pair
- effectiveBaseUrl → String
-
Get the effective base URL (from environment or explicit baseUrl)
no setter
- enableAnalytics ↔ bool
-
getter/setter pair
- environment ↔ GoMailerEnvironment?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel ↔ GoMailerLogLevel
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited