menu
fhir package
documentation
r4/resource/resource.dart
Resource
toYaml method
toYaml method
dark_mode
light_mode
toYaml
method
String
toYaml
(
)
Produces a Yaml formatted String version of the object
Implementation
String toYaml() => json2yaml(toJson());
fhir package
documentation
r4/resource/resource
Resource
toYaml method
Resource class