toBase64 method

String toBase64()

Implementation

String toBase64() {
  return toB64(_bytes);
}