menu
fhir package
documentation
stu3/resource/resource.dart
Resource
resourceTypeToString static method
resourceTypeToString static method
dark_mode
light_mode
resourceTypeToString
static method
String
resourceTypeToString
(
Stu3ResourceType
type
)
Implementation
static String resourceTypeToString(Stu3ResourceType type) => resourceTypeToStringMap[type]!;
fhir package
documentation
stu3/resource/resource
Resource
resourceTypeToString static method
Resource class