AbstractDao class Null safety

DAO abstraction

Constructors

AbstractDao(dynamic localDatabase)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
localDatabase → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

init() Future<void>
Best place to open a hive box.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
registerAdapter() → void
Where the specific registerAdapter hive related method is called. [...]
toString() String
A string representation of this object. [...]
inherited

Operators

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