FhirDate.fromJson constructor

FhirDate.fromJson(
  1. dynamic json
)

Implementation

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