Repository class
Constructors
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
-
containsScope<
E extends Entity> () → RepositoryScope< Entity> ? -
create<
E extends Entity> (E entity, RepositorySubscription< E> subscription, {bool deleteIfExists = false}) → RepositoryScope<E> -
get<
E extends Entity> (RepositoryScope< Entity> scope) → E -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runServiceAdapter(
RepositoryScope< Entity> scope, ServiceAdapter<Entity, JsonRequestModel, JsonResponseModel, EitherService< adapter) → Future<JsonRequestModel, JsonResponseModel> >void> -
toString(
) → String -
A string representation of this object.
inherited
-
update<
E extends Entity> (RepositoryScope< Entity> scope, E entity) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited