GoogleFirebaseAppdistroV1Tester constructor

GoogleFirebaseAppdistroV1Tester({
  1. String? displayName,
  2. List<String>? groups,
  3. String? lastActivityTime,
  4. String? name,
})

Implementation

GoogleFirebaseAppdistroV1Tester({
  this.displayName,
  this.groups,
  this.lastActivityTime,
  this.name,
});