CDPJSONPayload constructor
CDPJSONPayload({})
Implementation
CDPJSONPayload({
required this.description,
required this.devtoolsFrontendUrl,
required this.id,
required this.title,
required this.type,
required this.url,
required this.webSocketDebuggerUrl,
});