We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
State is your state definition interface.
State
Examples:
data class MainData( val screenName: String = "" ) : State
Sample Code
data class PersonData( val name: String = "", val age: String = "", val isEnabled: Boolean = false ) : State