raw property

List<int> get raw

Gets the raw representation of the private key as a List

Implementation

List<int> get raw {
  return privKey.raw;
}