FhirDate.fromJson constructor

FhirDate.fromJson(
  1. String json, {
  2. DateTimePrecision? precision,
})

Implementation

factory FhirDate.fromJson(String json, {DateTimePrecision? precision}) =>
    FhirDate(json, precision);