unsubscribeDetectedAt property
The date an unsubscribe was detected. Can be null if it's still
subscribed or product is not a subscription.
@note: Entitlement may still be active even if user has unsubscribed.
Check the isActive
property.
Implementation
@JsonKey(name: 'unsubscribeDetectedAt')
String? get unsubscribeDetectedAt => throw _privateConstructorUsedError;