class Factory : Factory
Factory for the QuoteViewModel.
<init> |
Factory for the QuoteViewModel. Factory(application: Application, id: String, type: Type) |
create |
The factory's construction method. fun <T : ViewModel?> create(modelClass: Class<T>): T |