Report(- {required int id,
- Farm? farm,
- Cow? cow,
- Sensor? sensor,
- Gateway? gateway,
- required ReportGroup group,
- required ReportType type,
- List<ActionType>? actions,
- FeedbackType? feedback,
- int? level,
- int? continuedDays,
- Map<String, dynamic>? cardData,
- required bool isPinned,
- required DateTime? createdAt,
- required DateTime? targetAt}
)
Implementation
Report({
required this.id,
this.farm,
this.cow,
this.sensor,
this.gateway,
required this.group,
required this.type,
this.actions,
this.feedback,
this.level,
this.continuedDays,
this.cardData,
required this.isPinned,
required this.createdAt,
required this.targetAt,
});