A getter to return the raw bytes as a List of type int from the given raw bytes (_bytes).
_bytes
List<int> get rawBytes => _bytes;