getByCode method

CodecInfo? getByCode(
  1. int code
)

Implementation

CodecInfo? getByCode(int code) => _byCode[code];