FieldMetadata constructor
FieldMetadata({})
Implementation
FieldMetadata(
{required this.required,
required this.schema,
required this.name,
required this.key,
this.autoCompleteUrl,
bool? hasDefaultValue,
required this.operations,
List<dynamic>? allowedValues,
this.defaultValue,
this.configuration})
: hasDefaultValue = hasDefaultValue ?? false,
allowedValues = allowedValues ?? [];