AssetLoaderRootBundleJson class
AssetLoaderRootBundleJson is the asset loader for root bundle. It loads the assets from the root bundle.
- Implemented types
Constructors
- AssetLoaderRootBundleJson.new(String directory)
-
AssetLoaderRootBundleJson constructor
directory
is the path of the json directoryconst
Properties
Methods
-
load(
[JsonMapperBase? base]) → Future< Map< String, dynamic> > -
load method used to load the json file from the path
override
-
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