UserProfileResponse constructor

UserProfileResponse({
  1. Payload? payload,
  2. num? sum,
  3. num? timestamp,
  4. String? requestId,
})

Implementation

UserProfileResponse({
  this.payload,
  this.sum,
  this.timestamp,
  this.requestId,
});