CheckResponse constructor

CheckResponse({
  1. Map<String, String>? headers,
  2. Status? status,
})

Implementation

CheckResponse({
  this.headers,
  this.status,
});