includedAttachments property

List<PcoServicesAttachment> includedAttachments

Implementation

List<PcoServicesAttachment> get includedAttachments =>
    (relationships['attachments'] as List?)?.cast<PcoServicesAttachment>() ??
    [];