includedSignupSheets property

List<PcoServicesSignupSheet> includedSignupSheets

Implementation

List<PcoServicesSignupSheet> get includedSignupSheets =>
    (relationships['signup_sheets'] as List?)
        ?.cast<PcoServicesSignupSheet>() ??
    [];