PreGenerationCheckerOutput

data class PreGenerationCheckerOutput(result: Boolean, messages: List<String>)

Functions

plus
Link copied to clipboard
operator fun plus(pair: Pair<Boolean, List<String>>): Pair<Boolean, List<String>>

Properties

messages
Link copied to clipboard
val messages: List<String>
result
Link copied to clipboard
val result: Boolean