isChecked property Null safety

bool isChecked

Implementation

bool get isChecked {
  return report.feedback != null;
}