AndroidApp constructor

AndroidApp({
  1. String? apiKeyId,
  2. String? appId,
  3. String? displayName,
  4. String? name,
  5. String? packageName,
  6. String? projectId,
})

Implementation

AndroidApp({
  this.apiKeyId,
  this.appId,
  this.displayName,
  this.name,
  this.packageName,
  this.projectId,
});