ProfileError constructor

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

Implementation

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