GoogleFirebaseAppdistroV1BatchJoinGroupRequest constructor

GoogleFirebaseAppdistroV1BatchJoinGroupRequest({
  1. bool? createMissingTesters,
  2. List<String>? emails,
})

Implementation

GoogleFirebaseAppdistroV1BatchJoinGroupRequest({
  this.createMissingTesters,
  this.emails,
});