df<E, D> static method

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

Implementation

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