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

deleteRow(ProductModel row) Future<void>
inherited
deleteRows(List<ProductModel> rows) Future<int>
inherited
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?>
insertRow(ProductModel row) Future<void>
inherited
insertRows(List<ProductModel> rows) Future<List<int>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRow(ProductModel row) Future<void>
inherited
updateRows(List<ProductModel> rows) Future<int>
inherited

Operators

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