construct property

E Function(DatumSchemaReader<E> r)? construct
final

Builds an entity from a typed reader; enables decode (usable as an adapter fromMap tear-off).

Implementation

final E Function(DatumSchemaReader<E> r)? construct;