ResendEmailAttachment class
Email attachment (max 40mb per email)
Constructors
- ResendEmailAttachment.new({required StringBuffer buffer, required String fileName, required String path, required String contentType})
-
Constructor of ResendEmailAttachment
const
Properties
- buffer → StringBuffer
-
Content of an attached file.
final
- contentType → String
-
Content type for the attachment, if not set will be derived from the filename property.
final
- fileName → String
-
Name of attached file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
Path where the attachment file is hosted.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited