Index constructor
Index([
- void b()?
Creates a new Index object using the builder pattern.
Implementation
factory Index([void Function(IndexBuilder)? b]) = _$Index;
Creates a new Index object using the builder pattern.
factory Index([void Function(IndexBuilder)? b]) = _$Index;