Add Project User Event
a model that represented everything that user can do on add project screen.
Constructors
Types
Link copied to clipboard
data class OnProjectNameChanged(projectName: String) : AddProjectUserEvent
Content copied to clipboard
Link copied to clipboard
data class OnProjectSummaryChanged(projectSummary: String) : AddProjectUserEvent
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard