Testers constructor

Testers({
  1. List<String>? googleGroups,
})

Implementation

Testers({
  this.googleGroups,
});