DatumSchemaReader<E extends DatumEntityInterface> constructor

DatumSchemaReader<E extends DatumEntityInterface>(
  1. String schemaName,
  2. Map<String, dynamic> raw
)

Implementation

DatumSchemaReader(this.schemaName, this.raw);