Returns true if the given path belongs to an asset image path.
true
path
Checks whether path contains the predefined _imagePath.
_imagePath
static bool fromAsset(String path) { return path.contains(_imagePath); }