WebApp constructor

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

Implementation

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