class Factory : Factory
Factory for the StockbrotViewModel.
<init> |
Factory for the StockbrotViewModel. Factory(application: Application) |
create |
Attempts to create a StockbrotViewModel. fun <T : ViewModel?> create(modelClass: Class<T>): T |