pathRegExp property

RegExp? pathRegExp
latefinal

RegExp version of the path It is created automatically If the path starts with '/', it is removed from this regExp.

Implementation

late final RegExp? pathRegExp;