type property

String type

The type of the debug session.

Implementation

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

Implementation

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