toBytes method

List<int> toBytes()

Converts the mini-secret key to a List<int>.

Implementation

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