Index constructor

Index(
  1. Object name, {
  2. Object? database,
})

Implementation

Index(this.name, {this.database}) : super.empty();