dependsOn property

List<ConceptMapDependsOn>? dependsOn
inherited

dependsOn A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value.

Implementation

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