ControlProperty constructor

ControlProperty(
  1. String key,
  2. Object value
)

Implementation

ControlProperty(this.key, this.value);