entries method

Implementation

List<MapEntry<String, List<FormDataEntry>>> entries() {
  return _data.entries.toList();
}