toString method

  1. @override
String toString()
override

Returns a string representation of this route path.

Implementation

@override
/// Returns a string representation of this route path.
String toString() => 'RoutePath($path, $params, $queryParams)';