toProto method

ProtoImage toProto()

Implementation

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