ProfileUpdate constructor

ProfileUpdate({
  1. ProData? data,
  2. String? message,
  3. bool? status,
})

Implementation

ProfileUpdate({
  this.data,
  this.message,
  this.status,
});