includedFund property

PcoGivingFund? includedFund

Implementation

PcoGivingFund? get includedFund =>
    _firstOrNull<PcoGivingFund>(relationships['fund']);