PhResponse constructor

PhResponse(
  1. {Data data,
  2. String message,
  3. int status}
)

Implementation

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