FhirDate.fromYaml constructor
FhirDate.fromYaml(
- String yaml, [
- DateTimePrecision? precision
Implementation
factory FhirDate.fromYaml(String yaml, [DateTimePrecision? precision]) =>
FhirDate(jsonDecode(jsonEncode(yaml)), precision);