partOf property

FixedList<Reference>? get partOf

A larger event of which this particular observation is a component or step.

Implementation

FixedList<Reference>? get partOf => partOfField.getValue(json);