toYaml method

  1. @override
String toYaml()
override

Returns a YAML representation of the FHIR primitive.

Implementation

@override
String toYaml() => json2yaml(toJson());