FhirUuid.fromJson constructor

FhirUuid.fromJson(
  1. dynamic json
)

Implementation

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