EnvironmentConfigEmailSettings class abstract

Properties

connectionSecurity bool?
no setter
emailBatchingBufferSize bool?
no setter
emailBatchingInterval bool?
no setter
enableEmailBatching bool?
no setter
enableSignInWithEmail bool?
no setter
enableSignInWithUsername bool?
no setter
enableSignUpWithEmail bool?
no setter
feedbackEmail bool?
no setter
feedbackName bool?
no setter
feedbackOrganization bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
inviteSalt bool?
no setter
passwordResetSalt bool?
no setter
pushNotificationContents bool?
no setter
pushNotificationServer bool?
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 bool?
no setter
sMTPPort bool?
no setter
sMTPServer bool?
no setter
sMTPUsername bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EnvironmentConfigEmailSettingsBuilder)) EnvironmentConfigEmailSettings
Rebuilds the instance.
inherited
toBuilder() EnvironmentConfigEmailSettingsBuilder
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<EnvironmentConfigEmailSettings>
no setter