Control constructor

Control({
  1. String? controlName,
  2. String? displayName,
})

Implementation

Control({this.controlName, this.displayName});