Entitlement constructor
Entitlement({
- String? customerIdentifier,
- String? dimension,
- DateTime? expirationDate,
- String? productCode,
- EntitlementValue? value,
Implementation
Entitlement({
this.customerIdentifier,
this.dimension,
this.expirationDate,
this.productCode,
this.value,
});