AppstreamScreenshot class

Metadata for a screenshot of a component.

Constructors

AppstreamScreenshot({List<AppstreamImage> images = const [], Map<String, String> caption = const {}, bool isDefault = false})
const

Properties

caption Map<String, String>
A caption for this screenshot, keyed by language.
final
hashCode int
The hash code for this object.
no setteroverride
images List<AppstreamImage>
Images available for this screenshot.
final
isDefault bool
True if this is the default screenshot for this component.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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