AppstreamRemoteIcon class

Metadata for an icon accessed via a URL.

Inheritance

Constructors

AppstreamRemoteIcon(String url, {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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The URL for the icon file. e.g. 'https://example.com/my_icon.png'
final
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