SchemaFieldSpec constructor

SchemaFieldSpec({
  1. String? displayName,
  2. String? etag,
  3. String? fieldId,
  4. String? fieldName,
  5. String? fieldType,
  6. bool? indexed,
  7. String? kind,
  8. bool? multiValued,
  9. SchemaFieldSpecNumericIndexingSpec? numericIndexingSpec,
  10. String? readAccessType,
})

Implementation

SchemaFieldSpec({
  this.displayName,
  this.etag,
  this.fieldId,
  this.fieldName,
  this.fieldType,
  this.indexed,
  this.kind,
  this.multiValued,
  this.numericIndexingSpec,
  this.readAccessType,
});