Match constructor

Match(
  1. Object index, {
  2. List? terms,
})

Implementation

Match(this.index, {this.terms});