toProto method
Implementation
ProtoImageSlot toProto() => ProtoImageSlot(
image: Int64(this.image),
slot: Int64(this.slot),
version: this.version,
hash: this.hash.toList(),
bootable: this.bootable,
pending: this.pending,
confirmed: this.confirmed,
active: this.active,
permanent: this.permanent,
);