FieldSchema constructor
const
FieldSchema(
- String name,
- DataType dataType, {
- bool nullable = false,
- IndexParam? indexParam,
Implementation
const FieldSchema(
this.name,
this.dataType, {
this.nullable = false,
this.indexParam,
});