convert method
Implementation
ImageSlot convert() => ImageSlot(
image: this.image.toInt(),
slot: this.slot.toInt(),
version: this.version,
hash: Uint8List.fromList(this.hash),
bootable: this.bootable,
pending: this.pending,
confirmed: this.confirmed,
active: this.active,
permanent: this.permanent,
);