getAllCropData method

List<CropData> getAllCropData()

Implementation

List<CropData> getAllCropData() {
  return cropDataBox.values.toList();
}