Service<T extends Modelable> constructor

Service<T extends Modelable>(
  1. String repositoryId,
  2. T fromModelFactory(
    1. Model
    )
)

Creates a new Service.

Implementation

Service(this.repositoryId, this.fromModelFactory);