PipelineConnection class Null safety

Connection in a pipeline

Constructors

PipelineConnection(Json json)
Pipeline connection
PipelineConnection.withSource(String source)
Create a pipeline connection with a source only

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
source String
Source
final
target String
Target
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
String representation
override

Operators

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