Model constructor
const
Model()
A model can be queried by the ModelRepository, and if merited by the ModelRepository implementation, the Provider. Subclasses may extend Model to include Repository-specific needs, such as an HTTP endpoint or a table name.
Implementation
const Model();