isEligible property

bool get isEligible

Whether the user is eligible for the offer. Convenience accessor that delegates to offer.isEligible.

Implementation

bool get isEligible => offer.isEligible;