YKNetworkingResponse constructor

YKNetworkingResponse({
  1. dynamic data,
  2. Exception? exception,
  3. int httpStatusCode = 0,
})

Implementation

YKNetworkingResponse({this.data, this.exception, this.httpStatusCode = 0});