@CompileStatic @TupleConstructor @EqualsAndHashCode class Style extends Object
Represents a CSS style.
String
name
Object
value
boolean
isEmpty()
static String
toDashed(String camelCase)
toString()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Name of the Style (in camel-case) .
Value for this style, usually a String or Measurement.
Groovy Documentation