CreateZainboxResponse constructor

CreateZainboxResponse({
  1. String? status,
  2. String? description,
  3. Data? data,
})

Implementation

CreateZainboxResponse({
  this.status,
  this.description,
  this.data
});