ErrorResponse constructor

ErrorResponse({
  1. String? message,
  2. int? status,
})

Implementation

ErrorResponse( {this.message, this.status});