getParam method

String? getParam(
  1. String key
)

Get a specific path parameter

Implementation

String? getParam(String key) => params[key];