base64 method

String base64()

Implementation

String base64() {
  return base64Encode(binary());
}