includedServiceTypes property

List<PcoServicesServiceType> includedServiceTypes

Implementation

List<PcoServicesServiceType> get includedServiceTypes =>
    (relationships['service_types'] as List?)
        ?.cast<PcoServicesServiceType>() ??
    [];