ShareType class

The Share type of the received file (if someone export to the app something that it is not whatsapp chat). A whatsapp chat will be marked as ShareType.typeFile

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMimeType(String mimeType) ShareType
values() List<ShareType>

Constants

typeFile → const ShareType
typeImage → const ShareType
typePlainText → const ShareType