currentRouteParameters property

Map<String, String>? get currentRouteParameters

Returns the current route parameters.

Implementation

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