YKNetworkingResponse constructor

YKNetworkingResponse({
  1. dynamic data,
  2. Exception? exception,
})

Implementation

YKNetworkingResponse({this.data, this.exception});