ImageState class

The state of the images on a devices.

Constructors

ImageState(CborMap input)

Properties

hashCode int
The hash code for this object.
no setterinherited
images List<ImageStateImage>
The list of images on the device.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitStatus int
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.
inherited