frameId property

num get frameId

The stack frame (as a DAP Id) where the execution has stopped.

Implementation

_i2.num get frameId => _i5.getProperty(
      this,
      'frameId',
    );