menu
fhir_r5 package
documentation
fhir_r5.dart
FhirBase
prettyPrint method
prettyPrint method
dark_mode
light_mode
prettyPrint
method
String
prettyPrint
(
)
Converts the object to a pretty JSON string.
Implementation
String prettyPrint() => prettyPrintJson(toJson());
fhir_r5 package
documentation
fhir_r5
FhirBase
prettyPrint method
FhirBase class