FhirDateTime.fromJson constructor

FhirDateTime.fromJson(
  1. dynamic json
)

Implementation

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