ProfileResponse constructor
- {int? code,
- String? status,
- String? message,
- ProfileData? data}
Implementation
ProfileResponse({
this.code,
this.status,
this.message,
this.data,
});
ProfileResponse({
this.code,
this.status,
this.message,
this.data,
});