IssueId extension type

A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue.

on

Constructors

IssueId(String value)
IssueId.fromJson(String value)
factory

Properties

value String
final

Methods

toJson() String