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