RcRoute constructor

RcRoute({
  1. required String path,
})

Implementation

RcRoute({required String path}) : _path = path;