YKNetworkingResponse constructor
YKNetworkingResponse({
- dynamic data,
- Exception? exception,
Implementation
YKNetworkingResponse({this.data, this.exception});
YKNetworkingResponse({this.data, this.exception});