currentRouteParameters property

Map<String, String>? currentRouteParameters

The current route parameters used to rendered this component.

Implementation

Map<String, String>? get currentRouteParameters =>
    copyMapString(_currentRouteParameters);