includedScheduledPeople property

List<PcoServicesScheduledPerson> includedScheduledPeople

Implementation

List<PcoServicesScheduledPerson> get includedScheduledPeople =>
    (relationships['scheduled_people'] as List?)
        ?.cast<PcoServicesScheduledPerson>() ??
    [];