ActionResponse constructor
ActionResponse({
- DialogAction? dialogAction,
- String? type,
- UpdatedWidget? updatedWidget,
- String? url,
Implementation
ActionResponse({
this.dialogAction,
this.type,
this.updatedWidget,
this.url,
});