toBytes method

  1. @override
List<int> toBytes()
override

Returns the raw bytes of the private key.

Implementation

@override
List<int> toBytes() {
  return _privateKey.raw;
}