RestResponse constructor

RestResponse(
  1. int code,
  2. dynamic messaje,
  3. String contentType
)

Implementation

RestResponse(this.code, this.messaje, this.contentType);