ProductImageModelTrigger typedef

ProductImageModelTrigger = dynamic Function(List<ProductImageModel?> list)

Implementation

typedef ProductImageModelTrigger = Function(List<ProductImageModel?> list);