ProductModelExtension<ModelType extends ProductModel> extension
- on
-
- Iterable<
ModelType>
- Iterable<
Methods
-
firstWhereFilter(
{bool? status, bool? isService, bool? hasExpireDate, Set< int> ? typeIdSet, int? typeId, bool not = false}) → ModelType? -
Available on Iterable<
ModelType> , provided by the ProductModelExtension extension -
lastWhereFilter(
{bool? status, bool? hasExpireDate, Set< int> ? typeIdSet, int? typeId, bool not = false}) → ModelType? -
Available on Iterable<
ModelType> , provided by the ProductModelExtension extension -
whereByFilter(
{bool? status, bool? hasExpireDate, Set< int> ? typeIdSet, int? typeId, bool not = false}) → Iterable<ModelType> -
Available on Iterable<
ModelType> , provided by the ProductModelExtension extension