logMessage property

String? get logMessage

An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.

Implementation

_i2.String? get logMessage => _i5.getProperty(
      this,
      'logMessage',
    );