class StockbrotViewModel : ViewModel
ViewModel for the stockbrot ui.
Factory |
Factory for the StockbrotViewModel. class Factory : Factory |
<init> |
StockbrotViewModel(application: Application) |
stockbrotQuotes |
List of all StockbrotQuotes from the repository. val stockbrotQuotes: LiveData<List<StockbrotQuote>> |