RoutePath constructor

RoutePath({
  1. String? path = '/',
})

Implementation

RoutePath({String? path = '/'}) {
  updateRouteName(path!);
}