Attachment class

Constructors

Attachment({required Uri uri, String? mimeType, String? fileName})
Attachment.fromICalString(String icalString)
factory
Attachment.fromJson(String source)
factory
Attachment.fromMap(Map<String, dynamic> map)
factory

Properties

fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
mimeType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
getter/setter pair

Methods

copyWith({Uri? uri, String? mimeType, String? fileName}) Attachment
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toICalString() String
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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