app / de.uniks.codliners.stock_simulator.ui.account / AccountViewModel / Factory

Factory

class Factory : Factory

Factory for the AccountViewModel.

Constructors

<init>

Factory for the AccountViewModel.

Factory(application: Application)

Functions

create

The factory's construction method.

fun <T : ViewModel?> create(modelClass: Class<T>): T