ConfigEmailSettingsBuilder class

Properties

connectionSecurity String?
getter/setter pair
emailBatchingBufferSize int?
getter/setter pair
emailBatchingInterval int?
getter/setter pair
enableEmailBatching bool?
getter/setter pair
enableSignInWithEmail bool?
getter/setter pair
enableSignInWithUsername bool?
getter/setter pair
enableSignUpWithEmail bool?
getter/setter pair
feedbackEmail String?
getter/setter pair
feedbackName String?
getter/setter pair
feedbackOrganization String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteSalt String?
getter/setter pair
passwordResetSalt String?
getter/setter pair
pushNotificationContents String?
getter/setter pair
pushNotificationServer String?
getter/setter pair
requireEmailVerification bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendEmailNotifications bool?
getter/setter pair
sendPushNotifications bool?
getter/setter pair
sMTPPassword String?
getter/setter pair
sMTPPort String?
getter/setter pair
sMTPServer String?
getter/setter pair
sMTPUsername String?
getter/setter pair

Methods

build() → _$ConfigEmailSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ConfigEmailSettings other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(ConfigEmailSettingsBuilder)?) → void
Applies updates.
override

Operators

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