codec property Null safety

MethodCodec codec
final

The message codec used by this channel.

This must not be null. This defaults to StandardMethodCodec.

Implementation

final MethodCodec codec;