ProfileModel constructor
ProfileModel({
- ProfileData? data,
- bool? status,
Implementation
ProfileModel({
this.data,
this.status,
});
ProfileModel({
this.data,
this.status,
});