Expression

data class Expression(val expr: PropertyValue) : StyleValue

Constructors

constructor(expr: PropertyValue)

Properties