WebAppsListResponse constructor

WebAppsListResponse({
  1. List<WebApp>? webApp,
})

Implementation

WebAppsListResponse({
  this.webApp,
});