MappingEntry constructor
      
      MappingEntry({})
     
    
    
Implementation
MappingEntry({
  this.sourcePath,
  this.sourceTable,
  this.sourceType,
  this.targetPath,
  this.targetTable,
  this.targetType,
});MappingEntry({
  this.sourcePath,
  this.sourceTable,
  this.sourceType,
  this.targetPath,
  this.targetTable,
  this.targetType,
});