Eduskunta View Model
class EduskuntaViewModel(repository: MemberRepository, noteRepository: NoteRepository) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
View model for the Eduskunta app.
Parameters
repository
The repository to use for the view model.
note Repository
The repository to use for the notes.
Types
Link copied to clipboard
object Companion
Factory for creating EduskuntaViewModel.
Functions
Link copied to clipboard
fun getMembersByParty(party: String): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<com/example/eduskunta/data/db/entities/MemberEntity>>
Get members by party from the database.