DebugInfo constructor

DebugInfo({
  1. String? appEntrypointPath,
  2. String? appId,
  3. String? appInstanceId,
  4. String? appOrigin,
  5. String? appUrl,
  6. String? authUrl,
  7. String? dwdsVersion,
  8. String? extensionUrl,
  9. bool? isInternalBuild,
  10. bool? isFlutterApp,
  11. String? workspaceName,
  12. String? tabUrl,
  13. int? tabId,
})

Implementation

DebugInfo({
  this.appEntrypointPath,
  this.appId,
  this.appInstanceId,
  this.appOrigin,
  this.appUrl,
  this.authUrl,
  this.dwdsVersion,
  this.extensionUrl,
  this.isInternalBuild,
  this.isFlutterApp,
  this.workspaceName,
  this.tabUrl,
  this.tabId,
});