FhirCode.fromJson constructor

FhirCode.fromJson(
  1. dynamic json
)

Implementation

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