pathWithParams property

String pathWithParams

Implementation

String get pathWithParams =>
    path.replaceAll('<', r'${params.').replaceAll('>', '}');