Entitlement constructor

Entitlement({
  1. CloudAccountDetails? cloudAccountDetails,
  2. String? entitlementId,
  3. String? name,
  4. String? state,
})

Implementation

Entitlement({
  this.cloudAccountDetails,
  this.entitlementId,
  this.name,
  this.state,
});