ResourceDataAccess<ResourceData, Data, Param> class abstract

Implementers

Constructors

ResourceDataAccess()

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({bool? updateRef, AdeptPublishSubject<Resource<ResourceData?>>? publishSubject}) → void
delete({Data? data, List<Data>? dataList, bool updateRef = false}) → void
load({List<Param>? params}) AdeptPublishSubject<Resource<ResourceData?>>
loadAsync({dynamic params}) Future<Data?>
loadNew({List<Param>? params}) AdeptPublishSubject<Resource<ResourceData?>>
loadSync({dynamic params}) → Data?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyChanges() → void
save({Data? data, List<Data>? dataList, bool updateRef = false}) → void
toString() String
A string representation of this object.
inherited

Operators

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