PathDecoded constructor

const PathDecoded(
  1. RegExp regex,
  2. List<String?> keys
)

Implementation

const PathDecoded(this.regex, this.keys);