WebApp constructor

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

Implementation

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