ArgumentContract
data class ArgumentContract(val name: String, val argumentType: ArgumentType, val defaultValue: Any? = null, val isNullable: Boolean = false)
Constructors
Link copied to clipboard
constructor(name: String, argumentType: ArgumentType, defaultValue: Any? = null, isNullable: Boolean = false)