DocumentSymbol constructor

DocumentSymbol(
  1. String name,
  2. String detail,
  3. SymbolKind kind,
  4. Range range,
  5. Range selectionRange,
)

Implementation

factory DocumentSymbol(
  _i2.String name,
  _i2.String detail,
  _i3.SymbolKind kind,
  _i3.Range range,
  _i3.Range selectionRange,
) =>
    _i5.callConstructor(
      _declaredDocumentSymbol,
      [
        name,
        detail,
        kind.name,
        range,
        selectionRange,
      ],
    );