BytesResponse constructor

BytesResponse({
  1. required Uint8List bytes,
})

Implementation

BytesResponse({required this.bytes});