menu
agroflow package
documentation
models/crop_data.dart
WateringSchedule
WateringSchedule.new constructor
WateringSchedule.new constructor
dark_mode
light_mode
WateringSchedule
constructor
WateringSchedule
(
{
required
int
frequencyDays
,
required
double
amountLiters
,
String
?
notes
,
})
Implementation
WateringSchedule({ required this.frequencyDays, required this.amountLiters, this.notes, });
agroflow package
documentation
models/crop_data
WateringSchedule
WateringSchedule.new constructor
WateringSchedule class