IndexConfig constructor

IndexConfig({
  1. String? createTime,
  2. String? fieldPath,
  3. String? type,
})

Implementation

IndexConfig({this.createTime, this.fieldPath, this.type});