StylePropertyOperation constructor

StylePropertyOperation(
  1. String propertyKey,
  2. String propertyValue
)

Implementation

StylePropertyOperation(this.propertyKey, this.propertyValue);