hasSubscription property

bool hasSubscription

Implementation

bool get hasSubscription => isLoggedIn ? mySubscription != null : false;