Model class abstract
A model can be queried by the Repository
, and if merited by the Repository
implementation,
the Provider. Subclasses may extend Model to include Repository-specific needs,
such as an HTTP endpoint or a table name.
Constructors
- Model()
-
const
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
-
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