FormElement.empty constructor
const
FormElement.empty({
- FormElementType type = FormElementType.text,
- List<
ValueMap> ? valueMapping = const [],
Implementation
const FormElement.empty(
{this.type = FormElementType.text, this.valueMapping = const []});