DocumentLink constructor

DocumentLink(
  1. Range range, [
  2. Uri? target
])

Implementation

factory DocumentLink(
  _i3.Range range, [
  _i3.Uri? target,
]) =>
    _i5.callConstructor(
      _declaredDocumentLink,
      [
        range,
        target ?? _i6.undefined,
      ],
    );