AppstreamCachedIcon class

Metadata for an icon installed in the icon cache.

Inheritance

Constructors

AppstreamCachedIcon(String name, {int? width, int? height})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
height int?
Height of the icon in pixels.
final
name String
Name of the icon, e.g. 'firefox.png'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
Width of the icon in pixels.
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