toString method

  1. @override
String toString()
override

Return the base-64 representation of the Ed25519 public key

Implementation

@override
String toString() {
  return toBase64();
}