AndroidApp constructor

AndroidApp({
  1. String? apiKeyId,
  2. String? appId,
  3. String? displayName,
  4. String? etag,
  5. String? expireTime,
  6. String? name,
  7. String? packageName,
  8. String? projectId,
  9. List<String>? sha1Hashes,
  10. List<String>? sha256Hashes,
  11. String? state,
})

Implementation

AndroidApp({
  this.apiKeyId,
  this.appId,
  this.displayName,
  this.etag,
  this.expireTime,
  this.name,
  this.packageName,
  this.projectId,
  this.sha1Hashes,
  this.sha256Hashes,
  this.state,
});