MemorySymbolCache class

The two caches are now the same

Inheritance
Annotations
  • @Deprecated("Use FileSymbolCache instead and overwrite the imageloader and/or imagebuilder if needed")

Constructors

MemorySymbolCache()

Properties

hashCode int
The hash code for this object.
no setterinherited
imageBuilder ImageBuilder
finalinherited
imageLoader ImageLoader
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes the cache. It should not be used afterwards
inherited
getOrCreateSymbol(String? src, int width, int height) Future<ResourceBitmap?>
loads and returns the desired symbol, optionally rescales it to the given width and height
inherited
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