InvokeAsyncResponse constructor

InvokeAsyncResponse({
  1. int? status,
})

Implementation

InvokeAsyncResponse({
  this.status,
});