isLifetime property

bool? isLifetime
final

Whether the subscription is active for a lifetime (no expiration date). If set to true you shouldn't check expires_at , or you could just check isActive.

Implementation

final bool? isLifetime;