FlareCacheAsset class
A reference counted asset in a cache.
- Inheritance
-
- Object
- CacheAsset
- FlareCacheAsset
Constructors
Properties
- actor → FlutterActor?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvailable → bool
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
completeLoad(
) → void -
inherited
-
deref(
) → void -
inherited
-
load(
Cache< CacheAsset> cache, AssetProvider assetProvider) → void -
override
-
loadedActor(
FlutterActor actor, AssetProvider assetProvider) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onLoaded(
) → Future< CacheAsset> -
inherited
-
ref(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- useCompute ↔ bool
-
getter/setter pair