LspHover constructor
const
LspHover({
- required dynamic contents,
- LspRange? range,
Implementation
const LspHover({required this.contents, this.range});
const LspHover({required this.contents, this.range});