DiagnosticsTreeResult constructor

const DiagnosticsTreeResult(
  1. Map<String, dynamic> json
)

Creates a DiagnosticsTreeResult.

Implementation

const DiagnosticsTreeResult(this.json);