FhirDate.fromYaml constructor

FhirDate.fromYaml(
  1. String yaml
)

Implementation

factory FhirDate.fromYaml(String yaml) =>
    FhirDate(jsonDecode(jsonEncode(yaml)));