FieldMetadata constructor
const
FieldMetadata({})
Creates a FieldMetadata.
Implementation
const FieldMetadata({
required this.name,
required this.type,
this.nullable = false,
required this.validators,
this.serializer = fallbackDeserializer,
});