param<T> method

T? param<T>(
  1. String key
)

Implementation

T? param<T>(String key) {
  return RouteParams.get<T>(key);
}