ProductImage

fun ProductImage(    code: String,     field: ProductImageField,     imageFile: File,     language: String?)
fun ProductImage(    code: String,     field: ProductImageField,     imageUri: Uri,     language: String?,     context: Context)
fun ProductImage(    barcode: Barcode,     field: ProductImageField,     language: String?,     bytes: ByteArray,     filePath: String? = null)