includedTags property

List<PcoServicesTag> includedTags

Implementation

List<PcoServicesTag> get includedTags =>
    (relationships['tags'] as List?)?.cast<PcoServicesTag>() ?? [];