base64 property

String base64

Implementation

String get base64 {
  return convert.base64.encode(_bytes);
}