void fillRecords(List<Map<String, dynamic>> fieldData) { if (fieldData.isNotEmpty) { field.clear(); } fieldData.forEach(_fillFields); }