values method

List<String>? values(
  1. String key
)

Implementation

List<String>? values(String key) {
  return _param.values(key);
}