includedItemNoteCategory property

PcoServicesItemNoteCategory? includedItemNoteCategory

Implementation

PcoServicesItemNoteCategory? get includedItemNoteCategory =>
    _firstOrNull<PcoServicesItemNoteCategory>(
        relationships['item_note_category']);