toListOfUint8 method

List<int> toListOfUint8()

Converts this bytes to a List of Uint8.

Implementation

List<int> toListOfUint8() => List<int>.from(this);