BytesData constructor

BytesData(
  1. List<int> bytes
)

Implementation

BytesData(this.bytes);