InlayHint constructor
const
InlayHint({})
Implementation
const InlayHint({
required this.line,
required this.column,
required this.text,
required this.kind,
this.paddingRight = false,
this.paddingLeft = false,
this.location,
});