GoogleFirebaseInstallationsV1Installation constructor

GoogleFirebaseInstallationsV1Installation({
  1. String? appId,
  2. GoogleFirebaseInstallationsV1AuthTokenInfo? authToken,
  3. String? authVersion,
  4. String? fid,
  5. String? name,
  6. String? refreshToken,
  7. String? sdkVersion,
  8. String? verificationKey,
})

Implementation

GoogleFirebaseInstallationsV1Installation({
  this.appId,
  this.authToken,
  this.authVersion,
  this.fid,
  this.name,
  this.refreshToken,
  this.sdkVersion,
  this.verificationKey,
});