callFrameId property

String callFrameId

Call frame identifier.

This identifier is only valid while the virtual machine is paused.

Implementation

String get callFrameId => json['callFrameId'] as String;