BatchResult constructor

BatchResult({
  1. num status = 0,
  2. dynamic body,
})

Implementation

BatchResult({
  this.status = 0,
  this.body,
});