Entitlement constructor

Entitlement({
  1. String? productId,
  2. String? reason,
})

Implementation

Entitlement({
  this.productId,
  this.reason,
});