handleMessage property

void Function(DebugProtocolMessage) get handleMessage

Implementation

void Function(_i3.DebugProtocolMessage) get handleMessage =>
    (_i3.DebugProtocolMessage p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'handleMessage',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set handleMessage (void value(DebugProtocolMessage))

Implementation

set handleMessage(void Function(_i3.DebugProtocolMessage) value) {
  _i5.setProperty(
    this,
    'handleMessage',
    _i5.allowInterop(value),
  );
}