ProductMeasureDbSet class abstract

Inheritance
Annotations
  • @dao

Constructors

ProductMeasureDbSet()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findAll() Future<List<ProductMeasureModel>>
findAllAsStream() Stream<List<ProductMeasureModel>>
findBy(int productId, int currencyId) Future<List<ProductMeasureModel>>
findByAsStream(int productId, int currencyId) Stream<List<ProductMeasureModel>>
getCount(int productId, int currencyId) Future<int?>
insertAll(List<ProductMeasureModel> data) Future<List<int>>
inherited
insertOne(ProductMeasureModel data) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAll(List<ProductMeasureModel> people) Future<int>
inherited
updateOne(ProductMeasureModel person) Future<void>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited