CDPJSONPayload constructor

CDPJSONPayload({
  1. required String description,
  2. required String devtoolsFrontendUrl,
  3. required String id,
  4. required String title,
  5. required String type,
  6. required String url,
  7. required String webSocketDebuggerUrl,
})

Implementation

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