FormElement constructor

FormElement(
  1. FormElementType type, {
  2. List<ValueMap>? valueMapping,
})

Implementation

FormElement(this.type, {this.valueMapping});