parents property

List<Parent>? parents
final

An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

Implementation

final List<Parent>? parents;