includedEventPeriods property

List<PcoCheckInsEventPeriod> includedEventPeriods

Implementation

List<PcoCheckInsEventPeriod> get includedEventPeriods =>
    (relationships['event_periods'] as List?)
        ?.cast<PcoCheckInsEventPeriod>() ??
    [];