FhirId.fromJson constructor

FhirId.fromJson(
  1. dynamic json
)

Implementation

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