ProductModelTrigger typedef

ProductModelTrigger = dynamic Function(List<ProductModel?> list)

Implementation

typedef ProductModelTrigger = Function(List<ProductModel?> list);