ResponseModel constructor
ResponseModel({})
Constructs a new ResponseModel instance.
Implementation
ResponseModel({
this.entity,
this.error,
this.hasMore = false,
this.message,
this.status,
super.statusCode,
super.errorType,
});