allParts property

List<RelatedCard>? allParts
final

If this card is closely related to other cards, this property will be a List with RelatedCard Objects.

Implementation

final List<RelatedCard>? allParts;