CodeLens constructor

CodeLens(
  1. Range range, [
  2. Command? command
])

Implementation

factory CodeLens(
  _i3.Range range, [
  _i3.Command? command,
]) =>
    _i5.callConstructor(
      _declaredCodeLens,
      [
        range,
        command ?? _i6.undefined,
      ],
    );