SuperRoom<T> class abstract

To be used with Floor

Constructors

SuperRoom()

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}) Future<int>?
insertList({List<T>? dataList}) Future<List<int>>
load() 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