GoogleFirebaseApptestersV1alphaInviteLink constructor

GoogleFirebaseApptestersV1alphaInviteLink({
  1. String? domainRestriction,
  2. bool? joinable,
  3. String? name,
  4. List<GoogleFirebaseApptestersV1alphaTesterApp>? testerApps,
})

Implementation

GoogleFirebaseApptestersV1alphaInviteLink({
  this.domainRestriction,
  this.joinable,
  this.name,
  this.testerApps,
});