ByteConstBlock constructor

ByteConstBlock(
  1. int size,
  2. List<Uint8List> results
)

Implementation

ByteConstBlock(this.size, this.results);