ComposeData class

Constructors

ComposeData({String base = 'mailto:', String to = 'to', String cc = 'cc', String bcc = 'bcc', String subject = 'subject', String body = 'body'})

Properties

base String
getter/setter pair
bcc String
getter/setter pair
body String
getter/setter pair
cc String
getter/setter pair
composeStarted bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
qsPairSeparator String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
getter/setter pair
to String
getter/setter pair

Methods

getComposeLaunchSchemeForIos(EmailContent content) String
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