ModelDbSet<ModelType extends Model> class abstract

Implementers

Constructors

ModelDbSet()

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

Operators

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