UrlState constructor

const UrlState(
  1. Uri uri,
  2. List<RouteMatch> segments, {
  3. bool shouldReplace = false,
})

Implementation

const UrlState(this.uri, this.segments, {this.shouldReplace = false});