toBytes method

List<int> toBytes()

Retrieves the encoded public key as bytes.

Implementation

List<int> toBytes() {
  return List<int>.from(_encoded);
}