GrantFlowEntitlementsResponse constructor

GrantFlowEntitlementsResponse({
  1. List<Entitlement>? entitlements,
  2. String? flowArn,
})

Implementation

GrantFlowEntitlementsResponse({
  this.entitlements,
  this.flowArn,
});