Farm(- {required String id,
- required String name,
- required String zipcode,
- required String address,
- required String addressDetail,
- required String greeting,
- required String imagePath,
- required String admCode,
- required double lat,
- required double lng,
- required double weatherX,
- required double weatherY,
- required int calfCnt,
- required int breedingCattleCnt,
- required int fatteningCattleCnt,
- required int dairyCnt}
)
Implementation
Farm({
required this.id,
required this.name,
required this.zipcode,
required this.address,
required this.addressDetail,
required this.greeting,
required this.imagePath,
required this.admCode,
required this.lat,
required this.lng,
required this.weatherX,
required this.weatherY,
required this.calfCnt,
required this.breedingCattleCnt,
required this.fatteningCattleCnt,
required this.dairyCnt,
});