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