A getter to return the encoded bytes as a List of type int from the given encoded bytes (_encodedBytes)
_encodedBytes
List<int> get encodedBytes => _encodedBytes;