get method

String? get(
  1. String key
)

Implementation

String? get(String key) {
  return _param.get(key);
}