contained property

List<Resource>? contained
override

contained These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

Implementation

List<Resource>? get contained => _carePlan.contained;
void contained=(List<Resource>? _contained)
inherited

Implementation

List<Resource>? contained;