adapterData property

Object? adapterData
final

Additional data that a debug adapter might want to loop through the client. The client should leave the data intact and persist it across sessions. The client should not interpret the data.

Implementation

final Object? adapterData;