lookup method

Codec? lookup(
  1. String codecName
)

Implementation

Codec? lookup(String codecName) {
  return _codecs[codecName];
}