name property
The short name of the source. Every source returned from the debug adapter has a name. When sending a source to the debug adapter this name is optional.
Implementation
final String? name;
The short name of the source. Every source returned from the debug adapter has a name. When sending a source to the debug adapter this name is optional.
final String? name;