Loadable mixin

An interface for loading metadata for an object.

A resource that is capable of loading its metadata asynchronously is referred to as a loadable. It could represent a remote service or a dataset on disk. These methods return a specific object and not the interface Loadable.

Mixin applications

Properties

hashCode → int
The hash code for this object.
no setterinherited
loadError → ArcGISException?
The load error.
no setter
loadStatus → LoadStatus
The load status.
no setter
onLoadStatusChanged → Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelLoad() → void
Cancels loading metadata for the object.
load() → Future<void>
Loads the metadata for the object asynchronously.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLoad() → Future<void>
Loads or retries loading metadata for the object asynchronously.
toString() → String
A string representation of this object.
inherited

Operators

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