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