AssetsUtils class

Utility class for working with asset paths.

Provides helper methods related to asset handling.

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

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

Static Methods

fromAsset(String? path) bool
Checks whether path contains the predefined _imagePath. Returns true if the given path points to an image inside your app's assets folder.