toProto method
Implementation
ProtoImage toProto() => ProtoImage(
image: this.image,
slot: this.slot,
hash: this.hash?.toList(),
data: this.data.toList(),
);
ProtoImage toProto() => ProtoImage(
image: this.image,
slot: this.slot,
hash: this.hash?.toList(),
data: this.data.toList(),
);