DtdInfo class
Information about a Dart Tooling Daemon instance.
Constructors
- DtdInfo.new(Uri localUri, {Uri? exposedUri, String? secret})
Properties
- exposedUri → Uri
-
The exposed URI for connecting to DTD from the frontend.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localUri → Uri
-
The URI for connecting to DTD from the backend.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
The secret token that allows calling privileged DTD APIs.
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