ProfileModel constructor

ProfileModel({
  1. ProfileData? data,
  2. bool? status,
})

Implementation

ProfileModel({
  this.data,
  this.status,
});