decodeValue method

  1. @override
T decodeValue(
  1. Pipe x,
  2. CType t
)
override

Implementation

@override
decodeValue(Pipe x, CType t) {
  throw 'Empty cannot appear as an output';
}