ActionResponse constructor

ActionResponse({
  1. DialogAction? dialogAction,
  2. String? type,
  3. UpdatedWidget? updatedWidget,
  4. String? url,
})

Implementation

ActionResponse({
  this.dialogAction,
  this.type,
  this.updatedWidget,
  this.url,
});