ZainboxProfileResponse constructor

ZainboxProfileResponse({
  1. String? code,
  2. String? description,
  3. String? status,
  4. Data? data,
})

Implementation

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