UIBlockEventDispatcher constructor
UIBlockEventDispatcher({
- String? name,
- String? destinationPageId,
- String? deepLink,
- List<
Property> ? payload, - List<
String> ? requiredFields, - ApiHttpRequest? httpRequest,
- ApiHttpResponseAssertion? httpResponseAssertion,
Implementation
UIBlockEventDispatcher({
this.name,
this.destinationPageId,
this.deepLink,
this.payload,
this.requiredFields,
this.httpRequest,
this.httpResponseAssertion,
});