PathMatch constructor

PathMatch(
  1. bool result,
  2. Map<String, String> data
)

Implementation

PathMatch(this.result, this.data);