Match constructor

Match({
  1. int index = 0,
  2. bool matches_head = false,
  3. bool matches_pt1 = false,
})

Implementation

Match({this.index = 0, this.matches_head = false, this.matches_pt1 = false});