parentSession property

DebugSession? get parentSession

The parent session of this debug session, if it was created as a child.

Implementation

_i3.DebugSession? get parentSession => _i5.getProperty(
      this,
      'parentSession',
    );