@override int? encode(double? value) { warn( "Encode called on IntToDoubleCodec causing loss of precision! Notify Artifact team.", ); return value?.toInt(); }