menu
clean_framework package
documentation
clean_framework_legacy.dart
Presenter<V extends ViewModel, M extends DomainModel, U extends UseCase<Entity>>
createViewModel abstract method
createViewModel abstract method
dark_mode
light_mode
createViewModel
abstract method
@
protected
V
createViewModel
(
U
useCase
,
M
output
)
Implementation
@protected V createViewModel(U useCase, M output);
clean_framework package
documentation
clean_framework_legacy
Presenter<V extends ViewModel, M extends DomainModel, U extends UseCase<Entity>>
createViewModel abstract method
Presenter class