BaseDao class abstract
Base dao interface.
No anything to used, for prompt only.
Use annotation dao and keyword abstract
to define your database interactions.
Use constant string define table name will
reduce your modification costs.
e.g. @dao abstract class Dao { static const String tableName = 'table0';
@insert Future
more floor information see also https://pub.dev/packages/floor
Constructors
- BaseDao()
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited