input method

dynamic input(
  1. String key
)

Get request value

Implementation

dynamic input(String key) {
  return request.input(key);
}