containedInstance property

List<ExampleScenarioContainedInstance>? containedInstance
inherited

containedInstance References to other instances that can be found within this instance (e.g. the observations contained in a bundle).

Implementation

List<ExampleScenarioContainedInstance>? get containedInstance =>
    throw _privateConstructorUsedError;