convert method

Image convert()

Implementation

Image convert() => Image(
      image: this.image,
      slot: this.slot,
      hash: Uint8List.fromList(this.hash),
      data: Uint8List.fromList(this.data),
    );