ImageSlot class

Available extensions

Constructors

ImageSlot.new({required int image, required int slot, String? version, required Uint8List hash, required bool bootable, required bool pending, required bool confirmed, required bool active, required bool permanent})

Properties

active bool
final
bootable bool
final
confirmed bool
final
hash Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
hashString String
no setter
image int
final
pending bool
final
permanent bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot int
final
version String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toProto() ProtoImageSlot

Available on ImageSlot, provided by the ImageSlotModelToProto extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited