//MetaPhrase/com.github.diegoberaldin.feature.main.settings.dialog.login.presentation/LoginComponent/Effect/Done
Done
[jvm]
data class Done(val username: String, val password: String) : LoginComponent.Effect
Done.
Constructors
| Done | [jvm] constructor(username: String, password: String) Create Done |
Properties
| Name | Summary |
|---|---|
| password | [jvm] val password: String password value |
| username | [jvm] val username: String username value |