menu
flutter_fit_utils package
documentation
services/service.dart
Service<T extends Modelable>
Service constructor
Service constructor
dark_mode
light_mode
Service<
T extends Modelable
>
constructor
Service<
T extends Modelable
>
(
String
repositoryId
,
T
fromModelFactory
(
Model
)
)
Creates a new
Service
.
Implementation
Service(this.repositoryId, this.fromModelFactory);
flutter_fit_utils package
documentation
services/service
Service<T extends Modelable>
Service constructor
Service class