UpdateFlowEntitlementResponse constructor

UpdateFlowEntitlementResponse({
  1. Entitlement? entitlement,
  2. String? flowArn,
})

Implementation

UpdateFlowEntitlementResponse({
  this.entitlement,
  this.flowArn,
});