CartItemModelTrigger typedef
CartItemModelTrigger =
dynamic Function(List<CartItemModel?> list)
Implementation
typedef CartItemModelTrigger = Function(List<CartItemModel?> list);
typedef CartItemModelTrigger = Function(List<CartItemModel?> list);