CMailToParams class

Optional parameter for the mailto scheme to facilitate translating the more complicated URL.

Constructors

CMailToParams({required List<String> mailto, List<String> cc = const <String>[], List<String> bcc = const <String>[], String subject = "", String body = ""})
Constructs the object.

Properties

bcc List<String>
The blind carbon copies to send the email.
final
body String
The body of the email.
final
cc List<String>
The carbon copies to send the email.
final
hashCode int
The hash code for this object.
no setterinherited
mailto List<String>
The list of email addresses to send the email.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
The subject of the email.
final

Methods

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

Operators

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