all method

Map<String, List<String>> all()

Implementation

Map<String, List<String>> all() {
  return _data;
}