FhirUrl.fromJson constructor

FhirUrl.fromJson(
  1. dynamic json
)

Implementation

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