codecFor method

ComponentCodec? codecFor(
  1. String type
)

The codec for type, or null when none is registered.

Implementation

ComponentCodec? codecFor(String type) => _byType[type];