FhirCanonical.fromJson constructor

FhirCanonical.fromJson(
  1. dynamic json
)

Implementation

factory FhirCanonical.fromJson(dynamic json) => FhirCanonical(json);