data class GetBestEffortCoverageResponse
Response type for the ProfilerDomain.getBestEffortCoverage command.
<init> |
Response type for the ProfilerDomain.getBestEffortCoverage command. GetBestEffortCoverageResponse(result: List<ScriptCoverage>) |
result |
Coverage data for the current isolate. val result: List<ScriptCoverage> |