FhirOid.fromJson constructor

FhirOid.fromJson(
  1. dynamic json
)

Implementation

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