CarePlanActivity constructor

const CarePlanActivity({
  1. List<CodeableConcept>? outcomeCodeableConcept,
  2. List<Reference>? outcomeReference,
  3. List<Annotation>? progress,
  4. Reference? reference,
  5. CarePlanDetail? detail,
})

Implementation

const factory CarePlanActivity({
  List<CodeableConcept>? outcomeCodeableConcept,
  List<Reference>? outcomeReference,
  List<Annotation>? progress,
  Reference? reference,
  CarePlanDetail? detail,
}) = _CarePlanActivity;