includedPlatformNotifications property

List<PcoPeoplePlatformNotification> includedPlatformNotifications

Implementation

List<PcoPeoplePlatformNotification> get includedPlatformNotifications =>
    (relationships['platform_notifications'] as List?)
        ?.cast<PcoPeoplePlatformNotification>() ??
    [];