df<E, D> static method

D? df<E, D>(
  1. E? value
)

Implementation

static D? df<E, D>(E? value) => $artifactCodecs[(E, D)]?.decode(value);