name property

String name

The name of the debug session.

Implementation

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

Implementation

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