toList method

List<int> toList()

Converts this byte array to a List<int>.

Implementation

List<int> toList() => List<int>.from(_bytes);