Searched refs:_description (Results 1 – 1 of 1) sorted by relevance
30 private var _description: MutableStateFlow<String?> = MutableStateFlow(null) variable in com.android.avatarpicker.ui.info.InfoViewModel31 val description = _description.asStateFlow()35 _description.update { useCase.description() } in <lambda>()