includedNote property

PcoGivingNote? includedNote

Implementation

PcoGivingNote? get includedNote =>
    _firstOrNull<PcoGivingNote>(relationships['note']);