Entitlement constructor
const
Entitlement({})
Implementation
const Entitlement({
required this.id,
required this.productId,
required this.source,
required this.isActive,
this.expiresAt,
required this.purchasedAt,
});