ProductImageChanged typedef

ProductImageChanged = dynamic Function(ProductImageModel? value)

Implementation

typedef ProductImageChanged = Function(ProductImageModel? value);