ImageLoader class
- Inheritance
- Available extensions
Constructors
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
-
accepts(
LoadingContext context) → bool -
Whether every filter accepts the asset specified by
context.inherited -
extensions(
List< String> extensions) → void -
Available on Loader, provided by the BuiltInFilters extension
Filters assets with the givenextensions. -
filter(
LoadingFilter filter) → void -
Appends a new
filterto this loader.inherited -
load(
LoadingContext context) → Future< void> -
Loads the asset specified by
context.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prefix(
String prefix) → void -
Available on Loader, provided by the BuiltInFilters extension
Filters assets with the givenprefix. -
run(
LoadingContext context) → FutureOr< void> -
Loads the asset specified by
contextif filtering passes.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited