Index constructor

const Index([
  1. List<IndexField> fields = const []
])

Implementation

const Index([this.fields = const []]);