ConsentUiState

data class ConsentUiState(val firstName: FieldState = FieldState(value = "", error = false), val lastName: FieldState = FieldState(value = "", error = false), val paths: List<Path> = emptyList(), val markdownElements: List<MarkdownElement> = emptyList())

Constructors

Link copied to clipboard
constructor(firstName: FieldState = FieldState(value = "", error = false), lastName: FieldState = FieldState(value = "", error = false), paths: List<Path> = emptyList(), markdownElements: List<MarkdownElement> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard