UIBlockEventDispatcher constructor

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

Implementation

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