ItemViewModel

@AssistedInject
constructor(homeRepository: HomeRepository, @Assisted existingJetpackId: String?)

Parameters

homeRepository

Repository providing Jetpack data operations.

existingJetpackId

The item to edit, or null to create a new one.