ProfileError constructor

ProfileError({
  1. int serviceErrorCode = 1,
  2. String message = "",
  3. int status = 1,
})

Implementation

ProfileError({
  this.serviceErrorCode = 1,
  this.message = "",
  this.status = 1,
});