getMergedPodDefinition abstract method
Retrieves the merged pod definition for the specified pod name.
Merged definitions combine parent and child definitions in hierarchical configurations.
Usage Example:
final definition = factory.getMergedPodDefinition('dataService');
print('Pod class: ${definition.podClass}');
@param podName The name of the pod to get the definition for @return The merged root pod definition
Implementation
RootPodDefinition getMergedPodDefinition(String podName);