MailApp class

Represents an email application installed on the device

Constructors

MailApp.new({required String name, required String id, String? icon, bool isDefault = false})
const
MailApp.fromMap(Map<String, dynamic> map)
Creates a MailApp from a platform map
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
icon String?
The app icon as base64 encoded string (optional)
final
id String
The package name (Android) or URL scheme (iOS) of the email app
final
isDefault bool
Whether this is the default email app
final
name String
The display name of the email app
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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