dependsOn property

List<ImplementationGuideDependsOn>? dependsOn
inherited

dependsOn Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.

Implementation

List<ImplementationGuideDependsOn>? get dependsOn =>
    throw _privateConstructorUsedError;