includedLabels property

List<PcoGivingLabel> includedLabels

Implementation

List<PcoGivingLabel> get includedLabels =>
    (relationships['labels'] as List?)?.cast<PcoGivingLabel>() ?? [];