AppMetadata constructor

const AppMetadata({
  1. String hostname = 'localhost',
  2. bool isInternalBuild = false,
  3. String? workspaceName,
  4. String? codeRunner,
})

Implementation

const AppMetadata({
  this.hostname = 'localhost',
  this.isInternalBuild = false,
  this.workspaceName,
  this.codeRunner,
});