includedSong property

PcoServicesSong? includedSong

Implementation

PcoServicesSong? get includedSong =>
    _firstOrNull<PcoServicesSong>(relationships['song']);