ShopModelTrigger typedef

ShopModelTrigger = dynamic Function(List<ShopModel?> list)

Implementation

typedef ShopModelTrigger = Function(List<ShopModel?> list);