DiseaseObservation(- {int id = 0,
- Farm? farm,
- Cow? cow,
- int dayAfterBirth = 0,
- int dehydration = 0,
- int feces = 0,
- int respiAndCough = 0,
- int snot = 0,
- int eye = 0,
- int appearance = 0,
- int ear = 0,
- int sensorPosition = 0,
- double temperature = 0,
- int bcs = 0,
- String memo = "",
- DateTime? createdAt}
)
Implementation
DiseaseObservation({
this.id = 0,
this.farm,
this.cow,
this.dayAfterBirth = 0,
this.dehydration = 0,
this.feces = 0,
this.respiAndCough = 0,
this.snot = 0,
this.eye = 0,
this.appearance = 0,
this.ear = 0,
this.sensorPosition = 0,
this.temperature = 0,
this.bcs = 0,
this.memo = "",
this.createdAt,
});