$artifactCodecs top-level property
Implementation
Map<(Type, Type), ArtifactCodec> $artifactCodecs = {
(String, String): const ANOOPCodec(),
(int, int): const ANOOPCodec(),
(double, double): const ANOOPCodec(),
(bool, bool): const ANOOPCodec(),
};