factory SelectedCompletionInfo({ _i3.Range? range, _i2.String? text, }) => SelectedCompletionInfo._( range: range ?? _i6.undefined, text: text, );