includedZooms property

List<PcoServicesZoom> includedZooms

Implementation

List<PcoServicesZoom> get includedZooms =>
    (relationships['zooms'] as List?)?.cast<PcoServicesZoom>() ?? [];