BatchResponse constructor

BatchResponse(
  1. int? id,
  2. Response? response
)

Implementation

BatchResponse(this.id, this.response);