Response constructor

Response(
  1. int statusCode,
  2. String statusMessage,
  3. dynamic data,
  4. dynamic error,
)

Implementation

Response(this.statusCode, this.statusMessage, this.data, this.error);