aliasesRegExp property

List<RegExp> aliasesRegExp
latefinal

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

Implementation

late final List<RegExp> aliasesRegExp;