toBase64 method

String toBase64()

Implementation

String toBase64() {
  return base64Encode(bytes);
}