toString method

  1. @override
String toString()
override

Returns a string representation of the key pair in the format "publicKey privateKey".

Implementation

@override
String toString() {
  return "$publicKey $privateKey";
}