includedCheckIns property

List<PcoCheckInsCheckIn> includedCheckIns

Implementation

List<PcoCheckInsCheckIn> get includedCheckIns =>
    (relationships['check_ins'] as List?)?.cast<PcoCheckInsCheckIn>() ?? [];