EntityDefinition<T> constructor

const EntityDefinition<T>(
  1. {ModelEntity model,
  2. ObjectReader<T> reader,
  3. ObjectWriter<T> writer}
)

Implementation

const EntityDefinition({this.model, this.reader, this.writer});