SimpleCacheDataAccess class

Inheritance
Implementers

Constructors

SimpleCacheDataAccess()

Properties

context BuildContext
no setterinherited
data Map<String, Map<String, Map<String, dynamic>>>
final
dataAccess DataAccess
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregation(Access access) FutureOr<ReadListResult>
override
any(AccessEvent event) FutureOr<DbResult>
inherited
count(Access access) FutureOr<DbResult<int>>
override
create(Access access) FutureOr<CreateDbResult>
override
delete(Access access) FutureOr<DeleteDbResult>
override
exists(Access access) FutureOr<DbResult<bool>>
override
init([bool inInterface = true]) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Access access) Future<ReadDbResult>
override
readList(Access access) FutureOr<ReadListResult>
override
toString() String
A string representation of this object.
inherited
update(Access access) FutureOr<UpdateDbResult>
override

Operators

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