encodedBytes property

List<int> encodedBytes

A getter to return the encoded bytes as a List of type int from the given encoded bytes (_encodedBytes)

Implementation

List<int> get encodedBytes => _encodedBytes;