param method

Object? param(
  1. String name
)

Get a request param.

Implementation

Object? param(String name) => params[name];