getPathParam method

String? getPathParam(
  1. String key
)

获取路径参数

Implementation

String? getPathParam(String key) => pathParams?[key];