ResponseBody.fromBytes constructor
ResponseBody.fromBytes(})
Implementation
ResponseBody.fromBytes(
List<int> bytes,
this.statusCode, {
this.headers = const {},
this.statusMessage,
this.isRedirect = false,
}) : stream = Stream.value(Uint8List.fromList(bytes));