Pipeline constructor

Pipeline({
  1. String? displayName,
  2. String? name,
})

Implementation

Pipeline({this.displayName, this.name});