MailOptions class

Constructors

MailOptions({String subject = '', List<String> recipients = const <String>[], List<String> ccRecipients = const <String>[], List<String> bccRecipients = const <String>[], String body = '', List<String> attachments = const <String>[], bool isHTML = false, String? appSchema})

Properties

appSchema String?
define a specific Email App to open
final
attachments List<String>
List of attachment file path
final
bccRecipients List<String>
List of Blind carbon copy Recipents
final
body String
Email body field
final
ccRecipients List<String>
List of Carbon copy Recipents
final
hashCode int
The hash code for this object.
no setterinherited
isHTML bool
final
recipients List<String>
List of primary Recipients for the email
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
Email Subject field
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

GMAIL → const String