Field constructor
Field({})
Implementation
Field({
this.additionalDetails,
this.dataType,
this.defaultValue,
this.description,
this.field,
this.jsonSchema,
this.key,
this.nullable,
this.readonly,
});