UIBlockAction constructor

UIBlockAction({
  1. String? eventName,
  2. String? name,
  3. String? destinationPageId,
  4. String? deepLink,
  5. List<Property>? payload,
  6. List<String>? requiredFields,
  7. ApiHttpRequest? httpRequest,
  8. ApiHttpResponseAssertion? httpResponseAssertion,
})

Implementation

UIBlockAction({
  this.eventName,
  this.name,
  this.destinationPageId,
  this.deepLink,
  this.payload,
  this.requiredFields,
  this.httpRequest,
  this.httpResponseAssertion,
});