SuperDao<T> class abstract

Implementers

Constructors

SuperDao()

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

clear() → void
delete({T? data, List<T>? dataList}) Future<int>
insert({T? data, List<T>? dataList}) Future<int>
load() → T?
loadAsync() Future<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save({T? data, List<T>? dataList}) → void
toString() String
A string representation of this object.
inherited
update({T? data, List<T>? dataList}) Future<int>

Operators

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