RegisterScreen

@Serializable
data class RegisterScreen(val registerParams: @Serializable RegisterParams) : Routes

Constructors

Link copied to clipboard
constructor(registerParams: @Serializable RegisterParams)

Properties

Link copied to clipboard
val registerParams: @Serializable RegisterParams