EmailMessageV1 class

Constructors

EmailMessageV1({String? from, String? cc, String? bcc, String? to, String? reply_to, dynamic subject, dynamic text, dynamic html})

Properties

bcc String?
getter/setter pair
cc String?
getter/setter pair
from String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
html ↔ dynamic
getter/setter pair
reply_to String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject ↔ dynamic
getter/setter pair
text ↔ dynamic
getter/setter pair
to String?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
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