GleapNetworkResponse constructor

GleapNetworkResponse({
  1. int? status,
  2. String? statusText,
  3. String? responseText,
})

Implementation

GleapNetworkResponse({
  this.status,
  this.statusText,
  this.responseText,
});