AppMetadata class

Metadata for the connected app.

These are set by the code runner and passed to DWDS on start up.

Constructors

AppMetadata.new({String hostname = 'localhost', bool isInternalBuild = false, String? workspaceName, String? codeRunner})
const

Properties

codeRunner String?
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
final
isInternalBuild bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workspaceName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited