resolvedUri property

String? resolvedUri

Implementation

String? get resolvedUri {
  return this.route?.routeUri(parameters);
}