IndexField constructor

IndexField({
  1. required String indexFieldName,
  2. required IndexFieldType indexFieldType,
  3. LiteralOptions? literalOptions,
  4. List<SourceAttribute>? sourceAttributes,
  5. TextOptions? textOptions,
  6. UIntOptions? uIntOptions,
})

Implementation

IndexField({
  required this.indexFieldName,
  required this.indexFieldType,
  this.literalOptions,
  this.sourceAttributes,
  this.textOptions,
  this.uIntOptions,
});