FieldTypeInfo constructor
const
FieldTypeInfo({
- required FieldDataType dataType,
- required bool isNullable,
- required bool isPrimaryKey,
Implementation
const FieldTypeInfo({
required this.dataType,
required this.isNullable,
required this.isPrimaryKey,
});