GetAllZainboxesResponse constructor

GetAllZainboxesResponse({
  1. String? code,
  2. List<Data>? data,
  3. String? description,
  4. String? status,
})

Implementation

GetAllZainboxesResponse({
  this.code,
  this.data,
  this.description,
  this.status
});