FieldDefinition constructor
const
FieldDefinition({})
Creates a field definition.
Implementation
const FieldDefinition({
required this.name,
required this.type,
required this.isList,
required this.isNullable,
required this.attributes,
this.line,
this.column,
});