Bytes constructor

Bytes(
  1. List<int> bytesList
)

Implementation

Bytes(List<int> bytesList) : _byteList = Uint8List.fromList(bytesList);