CockpitLspRequest constructor
const
CockpitLspRequest({})
Implementation
const CockpitLspRequest({
required this.workspaceRoot,
required this.command,
this.path,
this.line,
this.column,
this.query,
this.allowedRoots = const <String>[],
this.maxResults = 20,
this.maxChars = 1600,
this.timeout = const Duration(seconds: 20),
});