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 directory
const

Properties

directory String
directory is the path of the json directory
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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