SvgCacheKey class
- Annotations
Constructors
- SvgCacheKey({required Object keyData, ColorMapper? colorMapper, SvgTheme? theme})
-
Creates an instance of SvgCacheKey.
const
Properties
- colorMapper → ColorMapper?
-
The optional ColorMapper used to transform colors from the SVG.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- keyData → Object
-
The unique identifier for this SVG, typically the loader itself.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme → SvgTheme?
-
The theme for this cached SVG.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override