Diagnostic.fromJson constructor

Diagnostic.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Diagnostic.fromJson(Map<String, Object?> json) =>
    _$DiagnosticFromJson(json);