ProductImageListChanged typedef

ProductImageListChanged = dynamic Function(List<ProductImageModel> values)

Implementation

typedef ProductImageListChanged = Function(List<ProductImageModel> values);