QDotRoute constructor

QDotRoute({
  1. required String path,
})

Implementation

QDotRoute({required this.path}){
  this.pathRegex = URIHandler.generateRegex(path);
}