name property

String get name

The debug session's name is initially taken from the {@link DebugConfiguration debug configuration}. Any changes will be properly reflected in the UI.

Implementation

_i2.String get name => _i5.getProperty(
      this,
      'name',
    );
set name (String value)

Implementation

set name(_i2.String value) {
  _i5.setProperty(
    this,
    'name',
    value,
  );
}