RemoteEntityFacade<T> class

Constructors

RemoteEntityFacade(Store store)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store → Store
final

Methods

createMany(List<T> entities) → dynamic
createOne(T entity) → dynamic
deleteMany(List<String> ids) → dynamic
deleteOne(String id) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAll() → dynamic
requestMany(List<String> ids) → dynamic
requestOne(String id) → dynamic
toString() String
A string representation of this object.
inherited
updateMany(List<T> updates) → dynamic
updateOne(T updates) → dynamic

Operators

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