decodeValue method

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

Implementation

@override
decodeValue(Pipe x, CType t) {
  _checkType();
  return _type!.decodeValue(x, t);
}