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
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