FieldSchema constructor

const FieldSchema(
  1. String name,
  2. DataType dataType, {
  3. bool nullable = false,
  4. IndexParam? indexParam,
})

Implementation

const FieldSchema(
  this.name,
  this.dataType, {
  this.nullable = false,
  this.indexParam,
});