FormElement.empty constructor

const FormElement.empty({
  1. FormElementType type = FormElementType.text,
  2. List<ValueMap>? valueMapping = const [],
})

Implementation

const FormElement.empty(
    {this.type = FormElementType.text, this.valueMapping = const []});