LoginScreen

@Serializable
data class LoginScreen(val isAlreadyRegistered: @Serializable Boolean = true) : Routes

Constructors

Link copied to clipboard
constructor(isAlreadyRegistered: @Serializable Boolean = true)

Properties

Link copied to clipboard
val isAlreadyRegistered: @Serializable Boolean = true