values method

List<List<FormDataEntry>> values()

Implementation

List<List<FormDataEntry>> values() {
  return _data.values.toList();
}