type property

String get type

The type of the debug session.

Implementation

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

Implementation

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