resolvedUri property

String? get resolvedUri

Implementation

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