ParseNetworkByteResponse constructor
Implementation
ParseNetworkByteResponse({
this.bytes,
final String data = 'byte response',
final int statusCode = -1,
}) : super(
data: data,
statusCode: statusCode,
);
ParseNetworkByteResponse({
this.bytes,
final String data = 'byte response',
final int statusCode = -1,
}) : super(
data: data,
statusCode: statusCode,
);