menu
mvvm_service package
documentation
widgets/service_builder.dart
ServiceBuilder<T extends Service>
factory property
factory property
dark_mode
light_mode
factory
property
ServiceFactory
<
T
>
factory
final
A factory function that returns a
Service
instance.
Implementation
final ServiceFactory<T> factory;
mvvm_service package
documentation
widgets/service_builder
ServiceBuilder<T extends Service>
factory property
ServiceBuilder class