Pipe constructor

const Pipe(
  1. String name, {
  2. bool pure = true,
})

Implementation

const Pipe(this.name, {this.pure = true});