rawBytes property

List<int> rawBytes

A getter to return the raw bytes as a List of type int from the given raw bytes (_bytes).

Implementation

List<int> get rawBytes => _bytes;