ReportBugDialog constructor

const ReportBugDialog({
  1. Key? key,
  2. required List<Project> projects,
  3. required JiraPlatformApi jiraPlatformApi,
})

Implementation

const ReportBugDialog(
    {Key? key, required this.projects, required this.jiraPlatformApi})
    : super(key: key);