FhirUri.fromJson constructor

FhirUri.fromJson(
  1. dynamic json
)

Implementation

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