AppstreamLocalIcon class

Metadata for an icon installed on the local system.

Inheritance

Constructors

AppstreamLocalIcon(String filename, {int? width, int? height})
const

Properties

filename String
The file containing the icon, e.g. '/usr/share/my_app/my_icon.png'.
final
hashCode int
The hash code for this object.
no setteroverride
height int?
Height of the icon in pixels.
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