GotoTarget constructor
      
      GotoTarget({})
     
    
    
Implementation
GotoTarget({
  this.column,
  this.endColumn,
  this.endLine,
  required this.id,
  this.instructionPointerReference,
  required this.label,
  required this.line,
});