ProjectIds constructor

ProjectIds({
  1. required List<String> projectIds,
})

Implementation

ProjectIds({required this.projectIds});