ReportScreen constructor Null safety

ReportScreen(
  1. {Key? key,
  2. required ReportGroup reportGroup,
  3. Cow? cow}
)

Implementation

ReportScreen({
  Key? key,
  required this.reportGroup,
  this.cow,
}) : super(key: key);