PathDecoded constructor

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

Creates a PathDecoded with the specified regex and keys.

Implementation

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