BytesResponse constructor

BytesResponse(
  1. List<int> bytes
)

Implementation

BytesResponse(this.bytes);