NavigationTarget constructor

NavigationTarget(
  1. ElementKind kind,
  2. int fileIndex,
  3. int offset,
  4. int length,
  5. int startLine,
  6. int startColumn, {
  7. int? codeOffset,
  8. int? codeLength,
})

Implementation

NavigationTarget(
  this.kind,
  this.fileIndex,
  this.offset,
  this.length,
  this.startLine,
  this.startColumn, {
  this.codeOffset,
  this.codeLength,
});