Index constructor

const Index({
  1. IndexType? type,
})

Create an Index annotation.

Implementation

const Index({this.type});