DapProgressReporter constructor

DapProgressReporter(
  1. DartDebugAdapter<LaunchRequestArguments, AttachRequestArguments> adapter,
  2. String idPrefix
)

Implementation

DapProgressReporter(this.adapter, String idPrefix)
    : id = '${idPrefix}_${nextIdSuffix++}';