EntityMapping constructor

EntityMapping({
  1. String? draftEntity,
  2. String? draftType,
  3. List<EntityMappingLogEntry>? mappingLog,
  4. String? sourceEntity,
  5. String? sourceType,
})

Implementation

EntityMapping({
  this.draftEntity,
  this.draftType,
  this.mappingLog,
  this.sourceEntity,
  this.sourceType,
});