RevokeFlowEntitlementResponse constructor

RevokeFlowEntitlementResponse({
  1. String? entitlementArn,
  2. String? flowArn,
})

Implementation

RevokeFlowEntitlementResponse({
  this.entitlementArn,
  this.flowArn,
});