ConfigEmailSettings class abstract

Constructors

ConfigEmailSettings([void updates(ConfigEmailSettingsBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigEmailSettingsBuilder)) ConfigEmailSettings
Rebuilds the instance.
inherited
toBuilder() ConfigEmailSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ConfigEmailSettings>
no setter