Field constructor
Field(
- FieldElement fieldElement,
- String name,
- String columnName,
- bool isNullable,
- String sqlType,
- TypeConverter? typeConverter,
Implementation
Field(
this.fieldElement,
this.name,
this.columnName,
this.isNullable,
this.sqlType,
this.typeConverter,
);