EmailContent class

Used to populate the precomposed emails

to List of String Addressees, cc Carbon Copy String list bcc Blind carbon copy String list subject String, getter returns Uri.encodeComponent from the set String body String, getter returns Uri.encodeComponent from the set String

Constructors

EmailContent({List<String>? to, List<String>? cc, List<String>? bcc, String? subject, String? body})

Properties

bcc List<String>
final
body String
no setter
cc List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
no setter
to List<String>
final

Methods

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

Operators

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