EmptyResponse constructor

EmptyResponse({
  1. Errors? errors,
})

Implementation

EmptyResponse({
  this.errors,
});