LspHover constructor

const LspHover({
  1. required dynamic contents,
  2. LspRange? range,
})

Implementation

const LspHover({required this.contents, this.range});