ef<E, D> static method

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

Implementation

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