menu
fhir package
documentation
primitive_types/code.dart
FhirCode
FhirCode.fromJson factory constructor
FhirCode.fromJson factory constructor
dark_mode
light_mode
FhirCode.fromJson
constructor
FhirCode.fromJson
(
dynamic
json
)
Implementation
factory FhirCode.fromJson(dynamic json) => FhirCode(json);
fhir package
documentation
primitive_types/code
FhirCode
FhirCode.fromJson factory constructor
FhirCode class