UpdateEntitlementResponse constructor

UpdateEntitlementResponse({
  1. required Entitlement data,
})

Returns a new UpdateEntitlementResponse instance.

Implementation

UpdateEntitlementResponse({
  required this.data,
});