InitializeRequestArguments constructor
InitializeRequestArguments({
- required String adapterID,
- String? clientID,
- String? clientName,
- bool? columnsStartAt1,
- bool? linesStartAt1,
- String? locale,
- String? pathFormat,
- bool? supportsArgsCanBeInterpretedByShell,
- bool? supportsInvalidatedEvent,
- bool? supportsMemoryEvent,
- bool? supportsMemoryReferences,
- bool? supportsProgressReporting,
- bool? supportsRunInTerminalRequest,
- bool? supportsStartDebuggingRequest,
- bool? supportsVariablePaging,
- bool? supportsVariableType,
Implementation
InitializeRequestArguments({
required this.adapterID,
this.clientID,
this.clientName,
this.columnsStartAt1,
this.linesStartAt1,
this.locale,
this.pathFormat,
this.supportsArgsCanBeInterpretedByShell,
this.supportsInvalidatedEvent,
this.supportsMemoryEvent,
this.supportsMemoryReferences,
this.supportsProgressReporting,
this.supportsRunInTerminalRequest,
this.supportsStartDebuggingRequest,
this.supportsVariablePaging,
this.supportsVariableType,
});