ValueMatch constructor

ValueMatch(
  1. bool matched,
  2. String? value
)

Implementation

ValueMatch(this.matched, this.value);