UserCreated

data class UserCreated(val username: String, val email: String) : UserEvent

Event to represent a user creation.

Constructors

Link copied to clipboard
constructor(username: String, email: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard