ControlBase constructor

ControlBase(
  1. String name,
  2. String controlType,
  3. bool? required,
  4. Iterable<String>? flags,
  5. Map<String, dynamic> _json,
)

Implementation

ControlBase(
    this.name, this.controlType, this.required, this.flags, this._json);