routeParameters property

Map<String, String> get routeParameters

Implementation

Map<String, String> get routeParameters {
  return UnmodifiableMapView<String, String>(_routeParameters);
}