Index constructor

Index([
  1. void b(
    1. IndexBuilder
    )?
])

Creates a new Index object using the builder pattern.

Implementation

factory Index([void Function(IndexBuilder)? b]) = _$Index;