request property

String get request

The request type of the debug session.

Implementation

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

Implementation

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