ProjectSelectionOption constructor

const ProjectSelectionOption({
  1. required String label,
  2. String? projectId,
})

Implementation

const ProjectSelectionOption({required this.label, this.projectId});