RoutePath constructor
const
RoutePath(})
Creates a RoutePath with the given path and optional parameters.
Implementation
const RoutePath(this.path,
{this.params = const {}, this.queryParams = const {}});
Creates a RoutePath with the given path and optional parameters.
const RoutePath(this.path,
{this.params = const {}, this.queryParams = const {}});