InitializeRequestArguments.fromMap constructor
Implementation
InitializeRequestArguments.fromMap(Map<String, Object?> obj)
: adapterID = obj['adapterID'] as String,
clientID = obj['clientID'] as String?,
clientName = obj['clientName'] as String?,
columnsStartAt1 = obj['columnsStartAt1'] as bool?,
linesStartAt1 = obj['linesStartAt1'] as bool?,
locale = obj['locale'] as String?,
pathFormat = obj['pathFormat'] as String?,
supportsArgsCanBeInterpretedByShell =
obj['supportsArgsCanBeInterpretedByShell'] as bool?,
supportsInvalidatedEvent = obj['supportsInvalidatedEvent'] as bool?,
supportsMemoryEvent = obj['supportsMemoryEvent'] as bool?,
supportsMemoryReferences = obj['supportsMemoryReferences'] as bool?,
supportsProgressReporting = obj['supportsProgressReporting'] as bool?,
supportsRunInTerminalRequest =
obj['supportsRunInTerminalRequest'] as bool?,
supportsStartDebuggingRequest =
obj['supportsStartDebuggingRequest'] as bool?,
supportsVariablePaging = obj['supportsVariablePaging'] as bool?,
supportsVariableType = obj['supportsVariableType'] as bool?;