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