$Pipe constructor

$Pipe({
  1. int? mode,
  2. String? path,
})

Implementation

$Pipe({
  this.mode,
  this.path,
});