EchoResponse constructor

EchoResponse({
  1. int? reserve,
  2. String? serverDateTime,
  3. bool? status,
  4. int? code,
  5. String? message,
  6. bool? mciTopup,
  7. bool? mtn,
  8. bool? rightel,
  9. bool? shatel,
  10. bool? mciInternet,
})

Implementation

EchoResponse({
  this.reserve,
  this.serverDateTime,
  this.status,
  this.code,
  this.message,
  this.mciTopup,
  this.mtn,
  this.rightel,
  this.shatel,
  this.mciInternet,
});