IndexField constructor

IndexField({
  1. required String fieldPath,
  2. Order? order,
  3. ArrayConfig? arrayConfig,
})

Implementation

IndexField({required this.fieldPath, this.order, this.arrayConfig});