AssetCacheHelper class Null safety

Asset cache helper class

Constructors

AssetCacheHelper(List<String> cachedFilenames, String url, {double? width, double? height, dynamic color})
const

Properties

cachedFilenames List<String>
Full asset names, e.g. 'assets/cache/ab-agriculture-biologique.74x90.svg'
final
color → dynamic
final
hashCode int
The hash code for this object. [...]
read-only, inherited
height double?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
url String
URL (for debug purpose), e.g. https://static.openfoodfacts.org/images/lang/fr/labels/ab-agriculture-biologique.74x90.svg
final
width double?
final

Methods

getEmptySpace() → dynamic
loadException() Exception
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
notFound() → void
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited