ReportScreenArguments constructor Null safety

ReportScreenArguments(
  1. {required ReportGroup reportGroup,
  2. Cow? cow}
)

Implementation

ReportScreenArguments({
  required this.reportGroup,
  this.cow,
});