EnvironmentLink class

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

Constructors

EnvironmentLink.fromXml(XmlElement elem)
factory

Properties

environmentName String?
The name of the linked environment (the dependency).
final
hashCode int
The hash code for this object.
no setterinherited
linkName String?
The name of the link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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