build method

Uint8List build()

Implementation

Uint8List build() {
  return Uint8List.fromList(_bytes);
}