paramNotFound method

dynamic paramNotFound(
  1. String key
)

Implementation

paramNotFound(String key) {
  message = Response(406, body: 'Unsupported request param: $key.');
}