CreateIndex constructor

const CreateIndex({
  1. required IndexInfo index,
  2. bool ifNotExists = false,
})

Operation to create an index.

Implementation

const CreateIndex({required this.index, this.ifNotExists = false});