ProductDbSet class abstract

Inheritance
Annotations
  • @dao

Constructors

ProductDbSet()

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<ProductModel>>
findAllAsStream() Stream<List<ProductModel>>
findBy(int catagoryId, int typeId, int measureUnitId) Future<List<ProductModel>>
findByAsStream(int catagoryId, int typeId, int measureUnitId) Stream<List<ProductModel>>
getCount() Future<int?>
getCountBy(int catagoryId, int typeId, int measureUnitId) Future<int?>
insertAll(List<ProductModel> data) Future<List<int>>
inherited
insertOne(ProductModel 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<ProductModel> people) Future<int>
inherited
updateOne(ProductModel person) Future<void>
inherited

Operators

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