values method

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

Implementation

List<String>? values(String key) {
  return _data[key];
}