FilterShopModels typedef

FilterShopModels = List<ShopModel?> Function(List<ShopModel?> values)

Implementation

typedef FilterShopModels = List<ShopModel?> Function(List<ShopModel?> values);