includedLocations property

List<PcoCheckInsLocation> includedLocations

Implementation

List<PcoCheckInsLocation> get includedLocations =>
    (relationships['locations'] as List?)?.cast<PcoCheckInsLocation>() ?? [];