Attachment class final

An object that represents a geodatabase attachment type.

Implemented types

Properties

contentType String
The content type of the attachment.
no setter
hasFetchedData bool
True if the attachment data has been retrieved.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The id of the attachment.
no setter
name String
The name of the attachment.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size of the attachment's data.
no setter

Methods

fetchData() Future<Uint8List>
Fetches the attachment's data.
fetchDataCancelable() CancelableOperation<Uint8List>
Cancelable version of fetchData. See that method for more information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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