StringConstant

data class StringConstant(value: String) : Expression

Properties

value
Link copied to clipboard
val value: String