ReportScreen constructor Null safety
- {Key? key,
- required ReportGroup reportGroup,
- Cow? cow}
Implementation
ReportScreen({
Key? key,
required this.reportGroup,
this.cow,
}) : super(key: key);
ReportScreen({
Key? key,
required this.reportGroup,
this.cow,
}) : super(key: key);