WebApp constructor

WebApp({
  1. String? apiKeyId,
  2. String? appId,
  3. List<String>? appUrls,
  4. String? displayName,
  5. String? name,
  6. String? projectId,
  7. String? webId,
})

Implementation

WebApp({
  this.apiKeyId,
  this.appId,
  this.appUrls,
  this.displayName,
  this.name,
  this.projectId,
  this.webId,
});