codec property

Codec<T, Object?> get codec

Implementation

Codec<T, Object?> get codec => _StandardCodableCodec<T, Codable<T>>(this);