Service<Repo extends Repository> class abstract base

A Buisness Logic Service operating on data Repository R.

Constructors

Service()

Properties

hashCode int
The hash code for this object.
no setterinherited
repository → Repo
Protected access to the repository for subclasses only.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(Repo repository) → void
Bind Repository R to this Service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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