EntitlementResponse constructor

EntitlementResponse(
  1. List<String>? entitlements,
  2. GenericError? error
)

Implementation

EntitlementResponse(this.entitlements, this.error);